From owner-freebsd-questions@freebsd.org Wed May 17 15:09:33 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A5E2D5C7FA for ; Wed, 17 May 2017 15:09:33 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-wr0-x22f.google.com (mail-wr0-x22f.google.com [IPv6:2a00:1450:400c:c0c::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0928D1E1F for ; Wed, 17 May 2017 15:09:33 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by mail-wr0-x22f.google.com with SMTP id w50so12975426wrc.0 for ; Wed, 17 May 2017 08:09:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=9m5ZrRWrh/LbeFGhf7+towZmhpCMan/ufzrAPvk6ZdI=; b=GOXA+90MSdShupeqPTfXgbjKhssoRuyIL97rknxHIWfQaKOt3RrcwMk8zx3TFqQyXq 8xZUfP09bLbowfHxwx+ePOdOTD+/o8KLEB1AEv8KR4Lr/6x6DKaP1Ff9TmliMMloQfKs CSCZ+ZdTQRgLzMvBKVoIW1+hE3/hoKSEZrEM+Tcyv+2+cLZfFVEB7Ujc1u6iBFZmaPI8 HLEetZOcXDNfWz1Yp+gBGaGx5N7Y8gJv23cwuiq3waPWdkUfizXoKeZxXspZD9OjdWq1 D0J4keeqZYE+2PFvFvKgjYVhT4ylrwm7t/CaABw2zEBRnIx2tq4dOKVE/OBuF5brFIiz lqLQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=9m5ZrRWrh/LbeFGhf7+towZmhpCMan/ufzrAPvk6ZdI=; b=d+Ye1WHOhxXhAgRjDhw9YbeCoA8BgtGBMhDuMF0uSYbn2X9zGPizqfchVEDkwWm+NU DDGwTjOWE+rmGJhJgf2vZisXm0hyMZ+d8N8Wj9f+U1Q98pGbD+v56E/gAZ8R210gSjQx CitnTyj83rA+JlNsDyq390wnP9JFjJrYTEzIn6Qz2dgH6zlWYFfLZK8R026bNNsqVZs5 KBMQcqXn8fu1+Vj6w1j3NAGbhX/ZvlRv3zbfhfHCkjSzjTlr9k65yTxrwk5+xS92nGR0 qpy7J7ghPR11QLCmz3kSCM3/PwXdkHQ5Xe7T5jmK9vq1L3jLTD8HSxvMPjq2DmuFD9cb kksQ== X-Gm-Message-State: AODbwcD3+2wsWYxGbvPSNBMq7OSNjn5Pd7sxjpzZgTPvwVpI6RbA2iON bjYgElXh6xZiXNBNrc7/HXqZ3VLEaQ== X-Received: by 10.80.151.185 with SMTP id e54mr3522617edb.61.1495033769845; Wed, 17 May 2017 08:09:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.80.193.17 with HTTP; Wed, 17 May 2017 08:09:29 -0700 (PDT) In-Reply-To: References: From: Adam Vande More Date: Wed, 17 May 2017 10:09:29 -0500 Message-ID: Subject: Re: swap_pager on cloud server To: David Mehler Cc: freebsd-questions Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2017 15:09:33 -0000 On Wed, May 17, 2017 at 9:53 AM, David Mehler wrote: > Hello, > > So, I should delete the two swap file files. Would that solve the issue? > > Thanks. > Dave. > > If it was me I would remove the devices from swap, destroy the devices, eliminate anything that is generating that setup, add a small swap backed by a real device. That would solve your swap issue. As to what other issues your provider has gifted you with, who can say. -- Adam