Kernels 2.6.16 以後的版本, 可藉由以下指令釋放出 Caches 佔住的記憶體
# echo 1 > /proc/sys/vm/drop_caches
To free dentries and inodes:
# echo 2 > /proc/sys/vm/drop_caches
To free pagecache, dentries and inodes:
# echo 3 > /proc/sys/vm/drop_caches
As this is a non-destructive operation and dirty objects are not freeable, the user should run "sync" first!
Universal Extractor 不見得能解得開, 我是用msi2xml/xml2msi, 並沒有用到其他解壓工具.
要怎麼知道改那裡?
1. 找資料, 找一下 MSN resource hack, 會有很多資料
2. 自己找, 修改的地方大部份都是 XML, 不會太難
3. 參考 A-Patch、Mess Patch 是怎麼改的