TrEvIzE 0 Posted September 23, 2004 J'me demandais s'il serait possible de réduire utilisation mémoire d'explorer et de toute les autres logiciels systèmes qui trainent. J'esseyerais bien toute les logiciels qui disent qu'il font cette job mais vu la quantité c'est plus rapide de vous l'demandez. Share this post Link to post Share on other sites
Elmo 20 Posted September 23, 2004 D'un point de vue technique, je te dirais que a priori sa augmente pas nécéssairement les perf, et peux même les réduires .... Le meilleur exemple, c'est linux, sur tout mes serveur la mémoire est utilisé a 99%, les 3/4 de cd 99% c'est du cache, pour augmenter la vitesse de traitement (Exemple le caching de Query dans Mysql) ... Pis si y'a besoin de memoire pour une nouvelle application, il libere certaine chose dans le cache.... Windows est suposé, théoriquement, fonctionner comme sa.... Par contre c'est vrais que parfois, une application foireuse, peux remplir la memoire pour rien, quand l'espace pourrais être utilisé par une application plus utile ... Parce que dans le fond de la memoire libre, sans rien dedans, sert a rien.... ;-) .... Share this post Link to post Share on other sites
Elmo 20 Posted September 23, 2004 Oupss, j'avais pas vue : D'explorer ... Tu parle de d'internet Explorer ??? Windows Explorer ??? Sinon la meilleur tactique pour garder un system clean, c'est de desinstaller le stock qui sert pas .... Et de passer Anti-Spy/virus/trojan, deleter le contenue des repertoire temp (Vous riez, mais la semaine passer, j'avais un problème avec Autocad 2005, pis c'étais sa le prob !!!) .... Share this post Link to post Share on other sites
1o80B 0 Posted September 23, 2004 Met ton kernel dans ram !!!! System Cache Boost: The XP kernel can be loaded into your RAM with a simple registry edit. This can greatly improve performance since the NT Kernel will always be in your RAM. With this edit you will allocate roughly 4Mb of your RAM for the kernel. Sometimes more RAM is used but most of the time it is only 4Mb. The entry that you will need to find is called LargeSystemCache and you'll need to change this from 0 to 1 in order to enable this. (can cause 'Delayed Write Failed' errors on some machines and renders it unbootable except in safe mode which you can UNDO this tweak in safemode) "LargeSystemCache"=dword:00000001 To put both of these RAM tweaks into use you'll add something like this to your reg file [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession ManagerMemory Management] "DisablePagingExecutive"=dword:00000001 "LargeSystemCache"=dword:00000001 Unloading DLLS: Explorer does not unloadDLL files from memory right away. They always remain in the memory for a period of time that is often quite lengthy. To unload DLLs when you are done with them navigate to HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerAlwaysUnloadDll This time you'll have to create an entry called AlwaysUnloadDLL and set the value to 1. [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerAlwaysUnloadDll] "(Default)"="1" sinon tu pourrais gerer sa priorité non? genre en idle rofl Share this post Link to post Share on other sites