LINUX.ORG.RU

памяти добавь. 512 метров для современных дистрибутивов с иксами и DE очень мало. система сидит в свопе - отсюда и тормоза.

isden ★★★★★
()
Ответ на: комментарий от isden

Половина свободна, чего еще нехватает

free
             total       used       free     shared    buffers     cached
Mem:        499616     488036      11580          0       8876     224108
-/+ buffers/cache:     255052     244564
Swap:      1052216      73500     978716

froggy
() автор топика

Попробуй легковесный WM

kraw ★★★★
()
Ответ на: комментарий от froggy

вот ~15 будет лучше - своп или почти или чистый будет - меньше обращений к винту....

megabaks ★★★★
()

Печально известный 12309... У меня на двух машинах проявляется, с десктопным 965 и ноутбучным 945 в качестве системной логики.

pekmop1024 ★★★★★
()

lspci -k
покажите , можно не весь, а только касательно чипсета и контроллера IDE/SATA

Sylvia ★★★★★
()

У меня тормоза на nForce570 и на AMD770. zen-ядро картину не меняет совершенно. Стоит коснуться свопа и всё - курсор мыши встаёт, по минуте можно ждать отклика.

sid350 ★★★★★
()

а система 32 или 64 бит?

tommy ★★★★★
()
Ответ на: комментарий от sid350

Свопа лучше не касаться, желательно вообще не использовать его.
4-6 гб памяти, и можно летать, без затормаживающих производительность действий
Память > Swap
Swap > Память
Память > Swap
Swap > Память
Память > Swap
Swap > Память
Память > Swap
Swap > Память
Память > Swap
Swap > Память
Память > Swap
Swap > Память
Память > Swap
Swap > Память

ANGELOS
()
Ответ на: комментарий от ANGELOS

>Свопа лучше не касаться, желательно вообще не использовать его.
4-6 гб памяти, и можно летать, без затормаживающих производительность действий

А-то я не знал?
Дело в том, что до 18-го ядра всё было нормально. Ну трещал винт свопом, но работать можно было продолжать. По крайней мере сохраниться и продолжить позже.
Дело в том, что в моих задачах тяжело говорить заранее сколько памяти будет занято, и 4 гига заполняются очень легко.

sid350 ★★★★★
()
Ответ на: комментарий от Sylvia

Linux host 2.6.33-020633-generic #020633 SMP Thu Feb 25 10:59:18 UTC 2010 i686 GNU/Linux

00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub (rev 02)
	Kernel driver in use: agpgart-intel
	Kernel modules: intel-agp

00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 01)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 01)
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
	Kernel modules: iTCO_wdt, intel-rng
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
	Kernel driver in use: ata_piix
00:1f.2 IDE interface: Intel Corporation 82801GB/GR/GH (ICH7 Family) SATA IDE Controller (rev 01)
	Kernel driver in use: ata_piix
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
	Kernel modules: i2c-i801
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 01)
	Kernel driver in use: r8169
	Kernel modules: r8169
froggy
() автор топика
Ответ на: комментарий от froggy

понятно, с NCQ непошаманить, только cfq понастраивать если

echo 4096 > /sys/block/sda/queue/nr_requests
for i in `pidof kjournald` ; do ionice -c1 -p $i ; done

Sylvia ★★★★★
()
Ответ на: комментарий от Sylvia

А как можно с NCQ пошаманить? Его можно вообще выборочно отключить, только на одном из дисков или только глобально?

kss ★★★★★
()
Ответ на: комментарий от kss

А, всё, вопрос снят, нагуглил, что можно.

	libata.force=	[LIBATA] Force configurations.  The format is comma
			separated list of "[ID:]VAL" where ID is
			PORT[:DEVICE].  PORT and DEVICE are decimal numbers
			matching port, link or device.  Basically, it matches
			the ATA ID string printed on console by libata.  If
			the whole ID part is omitted, the last PORT and DEVICE
			values are used.  If ID hasn't been specified yet, the
			configuration applies to all ports, links and devices.

			If only DEVICE is omitted, the parameter applies to
			the port and all links and devices behind it.  DEVICE
			number of 0 either selects the first device or the
			first fan-out link behind PMP device.  It does not
			select the host link.  DEVICE number of 15 selects the
			host link and device attached to it.

			The VAL specifies the configuration to force.  As long
			as there's no ambiguity shortcut notation is allowed.
			For example, both 1.5 and 1.5G would work for 1.5Gbps.
			The following configurations can be forced.

			* Cable type: 40c, 80c, short40c, unk, ign or sata.
			  Any ID with matching PORT is used.

			* SATA link speed limit: 1.5Gbps or 3.0Gbps.

			* Transfer mode: pio[0-7], mwdma[0-4] and udma[0-7].
			  udma[/][16,25,33,44,66,100,133] notation is also
			  allowed.

			* [no]ncq: Turn on or off NCQ.

			* nohrst, nosrst, norst: suppress hard, soft
                          and both resets.

			If there are multiple matching configurations changing
			the same attribute, the last one is used.
kss ★★★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.