قريبا نشحن رصيد نقالك مجانا مقابل دعوة اصدقاءك لموقعنا  عدد الضغطات  : 265


Browse kw911.com/vb now in many languages

من هنا ترجمة المنتدى الى لغات اخرى


التميز خلال 24 ساعة
 العضو الأكثر نشاطاً هذا اليوم   الموضوع النشط هذا اليوم   المشرف المميزلهذا اليوم 
صياد البرامج
أحلى شباب ====و==== بنات
بقلم : adnan sawa
almo7ami

العودة   KW911.COM > :: منتدى الكمبيوتر و الانترنت :: > منتدى الصيانة وتبادل الخبرات

منتدى الصيانة وتبادل الخبرات مخصص لصيانة الحاسب الآلي و لجميع الاستفسارات و الخبرات والأفكار المتعلقة

الإهداءات
ibrahimalmax من KUWAIT : اسأل من اعد العيد وطوى الشهر الفقيد يمدكم بعمر مديد يجعل حياتكم عيد سعيــد ناصر من الكويت : أهنئكم بمناسبة حلول عيد الفطر المبارك أعاده الله علينا وعليكم ياليمن والتبريكات واقول لكم كل عام وانتم بخير وعساكم من عوادة ان شاء الله barte من سوريا : الله يخلي الأداره او الأعضاء او الله الوحيد يلي بيعرف اديش مبسوط بين هل العائله الحلوه almo7ami من الكويت : اللهم لك أسلمت ، وعليك توكلت ، وبك آمنت ، وإليك أنبت ، وبك خاصمت ، وإليك حاكمت فاغفر لي ما قدمت وما أخرت ، وما أسررت وما أعلنت ، أنت المقدم وأنت المؤخر ، لا إله إلا أنت barte من سوريا : انا كتير مبسوط بمنتادكم او تحياتي لكل الأعضاء بل الفعل منتدى معلومات وقيم اقبلوني بين أثرتكم almo7ami من الكويت : اللهم لك الحمد ، أنت نور السموات والأرض ومن فيهن ، ولك الحمد ، أنت قيم السموات والأرض ومن فيهن

إضافة رد
 
LinkBack أدوات الموضوع إبحث في الموضوع التقييم: تقييم الموضوع: 1 تصويتات, المعدل 5.00. انواع عرض الموضوع
قديم 06-07-2010, 10:58 PM   #1 (permalink)
صيانة حاسب آلي
 
الملف الشخصي:

تقييم العضو:
معدل تقييم المستوى: 2

بوراشد تم تعطيل التقييم



ماهو البيج فايل وهل يمكن حذفه ؟ What is pagefile.sys and can I move it?

There's a large hidden file on my disk that's taking up a bunch of space called pagefile.sys. What is pagefile.sys? Assuming it's something I need, can I move it to another drive?


Pagefile.sys is your Windows virtual memory swap file. When the applications you're running on your computer end up needing more RAM than you actually have, Windows will start shuffling things around and use your hard disk as "virtual" memory. At the sometimes high cost of speed (your hard disk, and thus virtual memory, is much slower than actual RAM) you avoid getting an out of memory error.

Pagefile.sys is the area that Windows sets aside for that.

And yes, you can move it. In fact, if you have more than one drive installed on your machine and your system uses virtual memory often, moving it can result in a performance boost.

Pagefile.sys


When Windows creates pagefile.sys it typically makes it a "large" size - usually the size of RAM installed on your machine. For example on the machine I'm using now I have 8 gigabytes of RAM, and sure enough:

C:\> dir /a:h
...
07/03/2010 06:07 AM 8,589,008,896 pagefile.sys
...

(In the Windows command shell, "dir" lists the directory contents, and "/a:h" indicates that it should list files whose attributes include hidden.)

Particularly if you never use the paging file, that's space wasted.

In addition, if you have an additional hard drive installed in your machine it can often be helpful to place the paging file on a different drive. Not only does this free up space on "C:", but it can reduce hard disk contention caused by heavy use of C: by offloading some of the activity to a different drive.

Caveats:
"Be it for performance or for disk space, moving pagefile.sys is pretty easy."
  • It needs to be a different physical drive. Moving the paging file to a different partition on the same drive will probably just slow things down further as the disk heads on that drive need to move further as they access information from the original drive and the new location of the paging file.
  • It should not be on a USB (or Firewire) external drive. Not only are these interfaces often too slow to positively impact performance, accidentally pulling the cable will crash your machine.
  • It should not be a flash drive. Flash memory wears out, and heavy swap file usage can wear out flash memory exceptionally quickly.

But if you have a second, internal drive, then moving pagefile.sys is very easy.
Moving pagefile.sys


Right click on "My Computer", or the "Computer" item in your start menu and click on properties.

In Windows 7 click on the Advanced system settings link.

Click on the Advanced tab.

In the box labeled "Performance", click on the Settings button.

Click on the Advanced tab in the resulting dialog.

That long, strange sequence should have you looking at a dialog similar to this:



Therein you'll see the "Virtual memory" section showing how much space has been set aside for your paging files.

Click on Change...



As you can see, the default is to have the system manage your paging file size for you, and in my case it's placed the entire file on my C: drive.

To change that:
  • uncheck the "Automatically manage paging file size for all drives" setting (Win 7).
  • click on the drive you want to move pagefile.sys to
  • click on System Managed Size
  • click Set
  • click on the drive currently holding pagefile.sys (probably C
  • click on No paging file
  • click Set
  • click on OK

Here's mine after the change:



You may need to reboot for the changes to take effect, but that's all there is to it. After the changes above and a reboot pagefile.sys was removed from C: and appeared on D:.

Some notes about the choices made above:
  • "System Managed Size" is appropriate, unless you have a specific reason to need it to be otherwise. Most people do not.
  • Of the drives that showed as available on my machine only C: and D: were appropriate locations for the paging file. B: is USB drive, and F: and P: are both TrueCrypt volumes. Only C: and D: are real internal and separate drives.
  • If only C: is listed on your machine, then you have nowhere to move your paging file to. You can run without virtual memory if you like - but depending on how you use your computer you may run into out of memory situations much sooner.

Be it for performance or for disk space, moving pagefile.sys is pretty easy.

التوقيع:
بوراشد غير متواجد حالياً   رد مع اقتباس
قديم 06-07-2010, 11:03 PM   #2 (permalink)
عضو
 
الملف الشخصي:

تقييم العضو:
معدل تقييم المستوى: 0

رسائل قصيرة هي كمية غير معروفة في هذه المرحلة

افتراضي


بارك الله فيك يا بوراشد
التوقيع:
أرسل رسائل قصيرة SMS من الانترنت مجانا
WWW.Q8SMS.NET


رسائل قصيرة غير متواجد حالياً   رد مع اقتباس
إضافة رد

مواقع النشر (المفضلة)

الكلمات الدلالية (Tags)
ماهو , البيج , يمكن , حذفه , move , pagefile.sys , فايل

جديد القسم منتدى الصيانة وتبادل الخبرات



الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1)
 
أدوات الموضوع إبحث في الموضوع
إبحث في الموضوع:

البحث المتقدم
انواع عرض الموضوع تقييم هذا الموضوع
تقييم هذا الموضوع:

تعليمات المشاركة
تستطيع إضافة مواضيع جديدة
تستطيع الرد على المواضيع
لا تستطيع إرفاق ملفات
لا تستطيع تعديل مشاركاتك

BB code is متاحة
كود [IMG] متاحة
كود HTML متاحة
Trackbacks are متاحة
Pingbacks are متاحة
Refbacks are متاحة


المواضيع المتشابهه
الموضوع كاتب الموضوع المنتدى مشاركات آخر مشاركة
How to open DMP files in Windows 7? طريقة فتح وتحليل ملف الدمب فايل لوندوز 7 dump file windows 7 بوراشد وندوز Windows 7 5 09-08-2010 08:57 AM
Don’t Move (2004) DVDRIP-DMZ خبير أفلام منتدى الأفلام الأجنبية 0 30-06-2010 12:00 AM
Don’t Move DVDRip w/ English Subs خبير أفلام منتدى الأفلام الأجنبية 0 29-06-2010 06:23 PM
سرطان الثدي: تحذير themaj وزارة الصحة 12 16-11-2009 08:23 PM
How to Fix “Copy Items” & “Move Items” Dialog Box Cut-Off Problem? كويت اس ام اس منتدى الصيانة وتبادل الخبرات 1 14-08-2009 08:33 PM

Increase your website traffic with Attracta.com
تطوير وتركيب عمرو درويش

الساعة الآن 10:24 PM.


Powered by vBulletin® Copyright©2000 - 2010, Jelsoft Enterprises Ltd. Version 3.8.3
TranZ By Almuhajir