Date: Fri, 29 Sep 2017 07:53:35 +0100 From: Matthew Seaman <matthew@FreeBSD.org> To: freebsd-questions@freebsd.org Subject: Re: A few questions about FreeBSD Message-ID: <beedc9e3-417e-9c3e-fd15-6f254d113aac@FreeBSD.org> In-Reply-To: <VI1PR02MB1200A36E97DC373D8BABCD8FF67E0@VI1PR02MB1200.eurprd02.prod.outlook.com> References: <VI1PR02MB1200A36E97DC373D8BABCD8FF67E0@VI1PR02MB1200.eurprd02.prod.outlook.com>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --umpmc6okMnEmCEEdkCh2RpnhupiIuVWa1 Content-Type: multipart/mixed; boundary="PC9sGAaCElLgkmkPMsqR6WqC4uoKVwvmn"; protected-headers="v1" From: Matthew Seaman <matthew@FreeBSD.org> To: freebsd-questions@freebsd.org Message-ID: <beedc9e3-417e-9c3e-fd15-6f254d113aac@FreeBSD.org> Subject: Re: A few questions about FreeBSD References: <VI1PR02MB1200A36E97DC373D8BABCD8FF67E0@VI1PR02MB1200.eurprd02.prod.outlook.com> In-Reply-To: <VI1PR02MB1200A36E97DC373D8BABCD8FF67E0@VI1PR02MB1200.eurprd02.prod.outlook.com> --PC9sGAaCElLgkmkPMsqR6WqC4uoKVwvmn Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: quoted-printable On 29/09/2017 06:37, Manish Jain wrote: > 1) As a desktop system, is it needed to have a swap partition at all ? = > My system is AMD Athlon X2 270 with 8 GB DDR3 RAM and no swap, running = > KDE4. The box works wonderfully for me. >=20 > Is swap advisable for 8 GB ? 4 GB ? 2GB RAM ? >=20 > Less than that much is essentially unheard of nowadays. How much swap to configure depends very much on your workload. Nowadays however I think the assumption is that you should have enough RAM to contain your whole workload /without/ actively swapping. Some inactive memory pages may still be swapped out -- but these tend to be only a small amount and the system wouldn't really suffer if it couldn't swap them out. Swap then becomes principally the backing store for things like tmpfs. OTOH, it is actually very easy to use up many GB of memory for normal desktop activities. Some web browsers are notorious memory hogs. So having swap available to act as a buffer should you run out of available RAM is still a good idea -- it saves on the alternative, which is the kernel arbitrarily killing off large processes in order to relieve the out-of-memory condition. How much swap to allocate? I think for "small" memory systems -- say up to 4GB -- the old rule of swap =3D 2 * RAM is still a good one. For bigger memory systems, allocating twice that much as swap is just wasteful. Maxing out at 8GB swap would not be unreasonable. But these are just rules of thumb, and should be adapted to whatever your workload actually requires. > 2) Since I do not use video-chat, I needed some tips about video-chat=20 > software that works well under FreeBSD. Would that be Jitsi ? Skype ? I know iXsystems has a video chat solution that works well in Firefox on Trueos. Most Video Conferencing setups rely on WebRTC support in your web browser, which in theory should work fine with FreeBSD, but in practise seems to be very OS and version dependent. IIRC, Google Hangouts have been known to work with Chrome on FBSD, but no idea if that is still the case -- they stopped working with Firefox on many platforms over the last few months (which was down to Firefox changing things, not Google.) Cheers, Matthew --PC9sGAaCElLgkmkPMsqR6WqC4uoKVwvmn-- --umpmc6okMnEmCEEdkCh2RpnhupiIuVWa1 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQJ8BAEBCgBmBQJZze31XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NTNBNjhCOTEzQTRFNkNGM0UxRTEzMjZC QjIzQUY1MThFMUE0MDEzAAoJELsjr1GOGkATsngP/3xvhRaLjUpOCamhGrWbxb9A HMP4qDLqP9OPb9cUUbGQOfd7rvAW4IHFYsb7L/R5l4SOxL/YOWZfp7XikAdVsnID 1rTtGaKpgtTIGwrOUpfMCvnVUeno8DT4TcInx3HmcvzoHJy7nw7F3886W1UChfin BfzbT/ilU1r0M5iNw2oR49oBV67oRmA2/egBPJxNy/DdwIqmsGVr5hHOJeDBsLfE AA5Wf98ZCRIzcX7TSZoxZlcHiaCu4dGvffnsiHv8V46D0UzURQVEzJgB0380Oxsu TMVPRHpStqWMo4gOd53wKLQw2EhHSF48+dchvlIPa7b6ABzISY2+Ek7uThcaqGSY MzCx4LAabb6+4YANJYU/g8xJ1ebiAsbDDkt/NX2+rzt/fPre8dcaAo+2gleMpNdR xj7HbWV/9Tk45uYNhUuAzu4dClgrf4AnGvlG6m9yly0HqzffOpzJIVXFSTcjIYPF OP+/PN7Zq5GyWWwQyu7K1cLxs6JDRmE2oXVZA23OuqZ2oo9ZT+sFjqtLI2XOw7C1 I6CStErmy4y/fCmFsrPj+GhuA/Qzkg5asSgu3KPOG5PuMCLeGtufCknerFgKFij5 Gi9b2iwM+mpDjyjbNOq+MiKk+OrqOLu8hfSfLr4Rx2ggvXIqEckTxMf4PEnI2MMU YeoHbtqaD68eEQjUY++X =df3J -----END PGP SIGNATURE----- --umpmc6okMnEmCEEdkCh2RpnhupiIuVWa1--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?beedc9e3-417e-9c3e-fd15-6f254d113aac>