بتاريخ: 23 يوليو 200817 سنة comment_133942 كيف ارتفع حجم الذاكرة الافتراصية فى اليونكس مع العلم ان sawpfile حجم 3 جيجا بليتلانة بعض التطبيفات من الديفلوبر 10g تحتاج الى ان يكون حجم ذاكرة كرت الشاشة 256 ميجا بايت مع ان كرت الشاشة لجهازي 128 ميجا بايت تقديم بلاغ
بتاريخ: 26 يوليو 200817 سنة comment_134117 Dear Friend follow this steps To check the amount of swap you have allocated, type: # cat /proc/meminfo | grep SwapTotalSwapTotal: 2031608 kByou can add temporary swap space by creating a temporary swap file. This way you do not have to use a raw device or even more drastic, rebuild your system. As root, make a file that will act as additional swap space, let's say about 500MB: # dd if=/dev/zero of=tempswap bs=1k count=500000 Now we should change the file permissions: # chmod 600 tempswap Finally we format the "partition" as swap and add it to the swap space: # mke2fs tempswap# mkswap tempswap# swapon tempswap تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.