-
Notifications
You must be signed in to change notification settings - Fork 2
Linux Partition Schemes : Recommend
From: http://www.redhat.com/magazine/022aug06/features/webserver You can select automatic partitioning for your hard drive space, but it may not be ideal for this kind of deployment. Here is a suggested breakdown of your partitions, based on a computer with 1GB of RAM and a 160GB hard drive:
/boot 100MB / 10240MB swap 2048MB (this should be twice the system memory) /tmp 5120MB /var 133120MB (this is where the majority of your web content will be stored) /var/log 10240MB
When using the custom installer one should use the following recommended sizes:
100mb - 500mb /boot primary / beginning of disk
half ram /swap logical / end of disk
10gb - 50gb / primary / beginning of disk
rest of space /home primary / end of disk
https://medium.com/@katopz/how-to-install-specific-nodejs-version-c6e1cec8aa11
https://github.com/guard/listen/wiki/Increasing-the-amount-of-inotify-watchers#the-technical-details
while loading shared libraries: libicui18n.so.64: cannot open shared object file: No such file or directory
https://stackoverflow.com/questions/59269947/how-to-display-user-data-in-an-edit-form-using-flutter
http://scottsfarley.com/research/cloudcomputing/2016/07/19/Updating-R-on-Debian.html