On Fri 24 Jan 2014 04:36:01 PM CST, conram wrote:
Hi Malcolm,
My order arrived yesterday and I followed exactly your suggestion except
for the I/O schedule.
Maybe I will post a question in another section of this forum regarding
the I/O etc… and link it to this thread
for the SSD.
My machine now is up and running and happy to see my boot time improved
significantly to 5-seconds.
Again thanks for the help.
Hi
Kewl!!! On this dual core which only boots openSUSE ATM fires up in
between 8.5 and 10.5 seconds from power on.
I use gummiboot and just boot (~27ms) and no plymouth stuff;
–
Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
openSUSE 13.1 (Bottle) (x86_64) GNOME 3.10.2 Kernel 3.11.6-4-desktop
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
I made a new entry in etc/sysctl.conf for the changes in the swappiness
Is this the right place to make the changes?
####
#
# /etc/sysctl.conf is meant for local sysctl settings
#
# sysctl reads settings from the following locations:
# /boot/sysctl.conf-<kernelversion>
# /lib/sysctl.d/*.conf
# /usr/lib/sysctl.d/*.conf
# /usr/local/lib/sysctl.d/*.conf
# /etc/sysctl.d/*.conf
# /run/sysctl.d/*.conf
# /etc/sysctl.conf
#
# To disable or override a distribution provided file just place a
# file with the same name in /etc/sysctl.d/
#
# See sysctl.conf(5), sysctl.d(5) and sysctl(8) for more information
#
####
# net.ipv6.conf.all.disable_ipv6 = 1
vm.swappiness = 10
when I reboot my machine and check
sysctl vm.swappiness
vm.swappiness = 10
Original swappiness was 60
The vm.vfs_cache_pressure = 100
Do I need to change this also?
On Sat 25 Jan 2014 03:16:01 PM CST, conram wrote:
The vm.vfs_cache_pressure = 100
Do I need to change this also?
Thanks in advance
Hi
I would (but that’s me It causes the kernel to prefer to retain
dentry and inode caches longer.
Everything else looks good. Think about the io scheduler since your
running a rotating drive as well.
I run noop on my two laptops that have SSD’s which are the only
drives. I have another system running a RAID10 setup for data and
access via sftp…
–
Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
openSUSE 13.1 (Bottle) (x86_64) GNOME 3.10.2 Kernel 3.11.6-4-desktop
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
Update
I repartitioned the hard disk drive (/dev/hdb)
and added a new partition for /var and move the
old /var from SSD to the new. does this one will make any difference?