From owner-freebsd-stable@freebsd.org Wed Nov 22 14:08:30 2017 Return-Path: Delivered-To: freebsd-stable@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 EEFC0DEC75E for ; Wed, 22 Nov 2017 14:08:30 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-it0-x234.google.com (mail-it0-x234.google.com [IPv6:2607:f8b0:4001:c0b::234]) (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 B87F67B92D for ; Wed, 22 Nov 2017 14:08:30 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by mail-it0-x234.google.com with SMTP id x13so6375387iti.4 for ; Wed, 22 Nov 2017 06:08:30 -0800 (PST) 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=Xhc/r4UQ1HEXbuEnLyeSRFba45BIDp5q+fltp1F+K6w=; b=hGOmyj+cejJA2sT5UPut5z7C0/tjrLkfn2OYFa+UEgTtc+aE7/TdrSz/d4k1PfR8xD YbfrA2GmOuRWYGyTpVUCUvRckmBMDcciL/MasO2+9noZVHhdKLJKhoHFeTtvgkCXDGzE It4DYe/G6MwCPvdNZ6eA+SY1Jo3ZRAuonyvfA9pJaya228p++jnf4IkZq6zJuAufP6AW Du1jkWoamWJR6p9ocBmMDO8gQRzNwToPb2WgWS8KCj5l+uywR0OiRVvDXzWX9vygHwt9 dXy0/YEvCIrnn8flrQFXOtkswfrfZn7JO4d21sPILB6tcRbnk6SrbKV1cpSUqpbjzt8T aI1A== 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=Xhc/r4UQ1HEXbuEnLyeSRFba45BIDp5q+fltp1F+K6w=; b=SVDtJIBZ3PCY+64Zij1f5NyhijLu8BPov2ZJqTPa00d/am/5tVxIU7FK1AKe5D37qU uO9wUEUKMnBOp0bAorbMbEjwsuOGs+P2LFLPLfHvKxYUNLZOUsDCFAscmpYAM/zzdkBU wJHPvHYGaRJrCI86JcGko4SAWPw32fIO5iTizGbpoWexABX7ujZiFlGw+opWq9kpIE8l ggooEzQWCeHam+knLlPdNOfsADzkj/7ihjx1NtqL5IAosKd1NfpEN7lXdi0NQPe7pLAH 5nLDLyJjm5+EwaMSkrVEF/9uUtPkYowFLky7xR/RuSCC6bQS2MMZEhX+HbY8E5SpH3rL xrZA== X-Gm-Message-State: AJaThX4AYLDcthS4/HqdlwCaVOipjicepGP0Es1hd/ksHyCdvQ2nJcAa d7da8e6HJAxg717sTjsUEfKzp8qU70my4b79IHk= X-Google-Smtp-Source: AGs4zMZ9jzlzfP8ZNWS4TAFtBdONEqnUMiL7fWrLNQf+/g26KwZPrVTGb0uaj14ZEzPwHXkS9nxRwv/m0lxo2cARZPU= X-Received: by 10.36.71.13 with SMTP id t13mr7204175itb.135.1511359709960; Wed, 22 Nov 2017 06:08:29 -0800 (PST) MIME-Version: 1.0 Received: by 10.2.138.114 with HTTP; Wed, 22 Nov 2017 06:08:29 -0800 (PST) In-Reply-To: References: From: Adam Vande More Date: Wed, 22 Nov 2017 08:08:29 -0600 Message-ID: Subject: Re: Random freezes of my FreeBSD droplet (DigitalOcean) To: Stefan Lambrev Cc: "freebsd-stable@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Nov 2017 14:08:31 -0000 On Wed, Nov 22, 2017 at 7:17 AM, Stefan Lambrev wrote: > Greetings, > > I have a droplet in DO with very light load, currently > running 11.0-RELEASE-p15 amd64 GENERIC kernel + zfs (1 GB Memory / 30 GB > Disk / FRA1 - FreeBSD 11.0 zfs) > > I know ZFS needs more memory, but the load is really light. Unfortunatelly > last few weeks I'm experiencing those freezes almost every second day. > There are no logs or console messages - just freeze. Networks seems to > work, but nothing else. > > Is there anyone with similar experience here? > Are there any updates in 11.1 that may affect positively my experience in > the digital ocean cloud? > It's entirely possible to run a stable VM using that configuration so you haven't provided enough details to give any real help. A common foot shooting method is putting swap on zvol, but the possibilities are endless. -- Adam