إنضمامك إلي منتديات استراحات زايد يحقق لك معرفة كل ماهو جديد في عالم الانترنت ...

انضم الينا
استراحات زايد الصفحة الرئيسية


إضافة رد
 
LinkBack أدوات الموضوع انواع عرض الموضوع
  #1  
قديم 04-29-2012, 09:20 PM
عضو ماسي
بيانات محروم.كوم
 رقم العضوية : 503
 تاريخ التسجيل : Dec 2007
الجنس : female
علم الدوله :
 المشاركات : 2,100,613
عدد الـنقاط :3341
 تقييم المستوى : 2139

السلام عليكم ورحمته وبركاته

تطبيق FasterN9 هو عباره عن سكربت لتغيير بعض الاعدادات في الجهز والخاصه بطريقه العامل مع الذاكره RAM حيث يقوم بتسريع اداء الجهاز بشكل ملحوض وممتاز جدا + هناك امكانيه انه سيحسن من صرف البطاريه بشكل قليل



اذا كنت عالم بهذه الامور فهذا التطبيق سيمنع عمليه السوايبنج (المبادله) حيث ان هذه العمليه تؤدي الى تجميد المعالج في حاله انتظاره للبينات من الرام وبالتأكيد هذا سؤثر على البطاريه ايضا.

اصحاب ال n900 لديهم شيء مماثل يسمى swappoluble

من الاعدادات التي سيغيرها التطبيق هو تقليل حجم الرام المسموح استخدامه في التطبيقات لعامله في الخلفيه من 70 ميجا الى 10MB, بالطبع هذا الحد ينطبق على مومعه محدده من التطبيقات وليس كلها فلا تقلق

لمن يحب الاستزاده عن ما سيفلعه السكربت اقراء التالي

اقتباس:
#!/bin/sh
#

#Author: Danilo Luvizotto
#License: do whatever you want with it.

#This is mainly a memory MOD. The idea is to avoid swapping.
#Swapping will cause the process to freeze while waiting
#data to be available in RAM. In our case it will also waste
#battery because the swap is compressed in N9.
#
#I've read a lot of documentation to get to the conclusions
#and explanations detailed here, but I may be wrong. If you're
#an expert and something is wrong, please let me know.

#If you want to learn about about cgroups, this is the best
#documentation I've found:
#http://docs.redhat.com/docs/en-US/Re...ide/index.html
#Beware some parts are specific to Red Hat Enterprise Linux.

#Source: http://www.kernel.org/doc/Documentation/sysctl/vm.txt
#
#vfs_cache_pressure controls the tendency of the kernel to
#reclaim the memory which is used for caching of directory
#and inode objects.
#At the default value of vfs_cache_pressure=100 the kernel
#will attempt to reclaim dentries and inodes at a "fair" rate
#with respect to pagecache and swapcache reclaim. Decreasing
#vfs_cache_pressure causes the kernel to prefer to retain dentry
#and inode caches.
#
#This is a mobile phone, we want applications to be available in
#RAM, so we prefer pagecache and swapcache, not directory and
#inode cache. We don't want applications to freeze while their
#code come back from swap!
echo 2097151 > /proc/sys/vm/vfs_cache_pressure


#This will make the system less proactive moving data to swap.
#The value '3' worked better in my tests.
echo 3 > /proc/sys/vm/swappiness

#This will limit memory used by background processes to 10MB.
#The default value is arround 70MB.
#In my phone only 3 processes are in this group:
#msyncd, obexd and the infamous smartsearch
while [[ `cat /syspart/system/background/memory.limit_in_bytes` != 10485760 ]]
do
echo 10M > /syspart/system/background/memory.limit_in_bytes
sleep 5
done
#This will make background processes to have less CPU priority.
echo 128 > /syspart/system/background/cpu.shares


#This will limit memory used by desktop processes to 100MB.
#The default value is 200MB.
#The most important process in this group is meegotouchhome,
#to wich the 3 home views belong.
#At fist I thought performance would be better if this group
#has a higher limit, but it makes no difference. High limits
#will cause processes to swap, so performance will decrease.
while [[ `cat /syspart/system/desktop/memory.limit_in_bytes` != 104857600 ]]
do
echo 100M > /syspart/system/desktop/memory.limit_in_bytes
sleep 5
done
انقله للجهاز وثبته وستظهر لك ايقونه وهي فقط للمساعده في حذف السكربت اذا ما رغبت في ذالك وعند حذفه سيعود الوضع وكأن شيئا لم يكن, واما من يريد المزيد من جنون اسرعه فمعالج الجهاز يصل الى 1.4 ميجا وهناك طريق من اجر ذالك


(قمت بتثبيته على جهازي لني لم اختبره جيدا بعد لكن للولهة الاولى هناك فرق والجهاز اسرع )

للتحميل
http://talk.maemo.org/attachment.php...4&d=1335588777

المصدر
http://talk.maemo.org/showthread.php?t=83940


اخيرا اعتذر عن قله كتابتي فأنا منشغل كثير لكن كل شيء في تحسن والتطبيقات بزياده رائعه وهناك خيارات متعدده لاغلب الاشياء الان
__DEFINE_LIKE_SHARE__
رد مع اقتباس
إضافة رد

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


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

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


المواضيع المتشابهه
الموضوع كاتب الموضوع المنتدى مشاركات آخر مشاركة
ممكن طريقة تسريع الجهاز و الحفاظ على حراره الجهاز محروم.كوم منتدى أخبار المواقع والمنتديات العربية والأجنبية 0 11-09-2011 07:40 AM
[ شرح ] : بالصور تسريع الجهاز عند الفتح محروم.كوم منتدى أخبار المواقع والمنتديات العربية والأجنبية 0 10-06-2011 04:50 PM
قدرات عجيبة في تسريع الجهاز بأكمله محروم.كوم منتدى أخبار المواقع والمنتديات العربية والأجنبية 0 09-11-2010 08:00 PM
سؤال بخصوص تسريع الجهاز محروم.كوم منتدى أخبار المواقع والمنتديات العربية والأجنبية 0 05-28-2010 07:20 PM
[ برنامج ] : اداة تسرع الجهاز-الانترنت-التصفح-تسريع اغلاق الجهاز-فتح المجلدات الكبيرة بسرعه خياليه محروم.كوم منتدى أخبار المواقع والمنتديات العربية والأجنبية 0 05-01-2009 07:50 AM


الساعة الآن 09:56 AM


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.5.2 TranZ By Almuhajir

RSS RSS 2.0 XML MAP HTML