From owner-freebsd-questions@freebsd.org Wed May 17 11:01:23 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 EBC6FD71586 for ; Wed, 17 May 2017 11:01:23 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-wm0-x233.google.com (mail-wm0-x233.google.com [IPv6:2a00:1450:400c:c09::233]) (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 7E7A7128F for ; Wed, 17 May 2017 11:01:23 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by mail-wm0-x233.google.com with SMTP id 70so5997153wmq.1 for ; Wed, 17 May 2017 04:01:23 -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=mKllwd4hk/zF9EuPODS6xorK+nPA4BQEbjkSESb/zts=; b=VHnBiasg8lKXnPB89nrLRLtgSIljESHPKOAs/TX05Zp3oyBjXxzSPDho/aASO4y4gS LTTC/ErXQqu9roX/qwDFpM/Qp/OreEdyFLIjQKGmiroDfj9iUR2YC/DrLGqXMBKYFVqo Jk+8Sc0tky0LFL/ocH5o41hB4QERyjkdhvg4H73socUZjQITh29eJjqxzLjZd5tvW3nx +sV7aSKquSs1CUSIDbJBecqPF1JYb2vMg02pyhr4LpST4oBEJrYilpYvZpeDT5hDfqHm A3ZEHDCPBbmE5ZWbXjSgfQiUr1Wb3f+n6DF/XCSc0wF8Lrsb4K8qnryOaf/cN8AfRwkH wvVw== 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=mKllwd4hk/zF9EuPODS6xorK+nPA4BQEbjkSESb/zts=; b=erMJGYbSQ3s44Z4mdDT2gz9dPCq1TVQX3afeMtPX1OBMNC4IHBMDjIZYN2ilztmhuF MAPwKIpBfYwuuZjU0xJWn1au46t+mJRw9CVRFBpsLljDrnpfcMugGJcY1zXp0cFBTYmu zOcwelflmQEetoX4jdkPS8CRLE0cIIPlyFPXkvMH1OGaWVXjEfJbIvkVGtjt7VPYC6Sr nZLYo99wNUo5TC6COwLx7qpA0rZALdwUhN9nvYqsKQOV1BaVSx1e/bg8jFiw7sTNW8Ug nnZ8Ucko7s67lbLpQ1rnoIZCxeBohQlVXKVi7OISXN43kL7aclpoRDu490tp1Cu5zSPJ o5EA== X-Gm-Message-State: AODbwcA+/ppQDHpvo+wd8U4dvM1XcbS5DmXnDqAOp567Xzh3fA+cYa57 FEbkHn323b/v+wf7o3bXzX/xjp8TIw== X-Received: by 10.80.176.198 with SMTP id j64mr2592211edd.168.1495018881794; Wed, 17 May 2017 04:01:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.80.193.17 with HTTP; Wed, 17 May 2017 04:01:21 -0700 (PDT) In-Reply-To: References: From: Adam Vande More Date: Wed, 17 May 2017 06:01:21 -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 11:01:24 -0000 On Tue, May 16, 2017 at 9:55 PM, David Mehler wrote: > Hello, > > Here's the mdconfig output: > > #mdconfig -lv > md0 swap 512M > md98 vnode 1739M /swapfile1 > md99 vnode 1012M /swapfile > > > Any idea why this is freezing? I've not made server changes. > Yeah it's freezing because it's having swap issues. That's made pretty clear in the error message. If that's the way your VPS provider provisions system by default, I would consider getting another provider. That configuration is doomed to fail under memory pressure. -- Adam