惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
T
Threatpost
Latest news
Latest news
N
News | PayPal Newsroom
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Help Net Security
Help Net Security
D
Darknet – Hacking Tools, Hacker News & Cyber Security
AI
AI
Simon Willison's Weblog
Simon Willison's Weblog
TaoSecurity Blog
TaoSecurity Blog
The Last Watchdog
The Last Watchdog
L
LINUX DO - 热门话题
Google DeepMind News
Google DeepMind News
T
Threat Research - Cisco Blogs
O
OpenAI News
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
The Exploit Database - CXSecurity.com
NISL@THU
NISL@THU
Application and Cybersecurity Blog
Application and Cybersecurity Blog
S
Securelist
小众软件
小众软件
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Martin Fowler
Martin Fowler
S
SegmentFault 最新的问题
Cisco Talos Blog
Cisco Talos Blog
云风的 BLOG
云风的 BLOG
AWS News Blog
AWS News Blog
GbyAI
GbyAI
N
News and Events Feed by Topic
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
美团技术团队
Engineering at Meta
Engineering at Meta
A
About on SuperTechFans
博客园 - 三生石上(FineUI控件)
S
Schneier on Security
博客园 - 聂微东
V2EX - 技术
V2EX - 技术
T
Troy Hunt's Blog
SecWiki News
SecWiki News
S
Secure Thoughts
B
Blog RSS Feed
Hugging Face - Blog
Hugging Face - Blog
WordPress大学
WordPress大学
腾讯CDC
H
Heimdal Security Blog
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Apple Machine Learning Research
Apple Machine Learning Research
月光博客
月光博客
www.infosecurity-magazine.com
www.infosecurity-magazine.com
P
Privacy International News Feed

博客园 - 观我生,君子无咎

亲在外,子欲养而不能 ICO图标在线生成 QQ共享问题 “您的文件或目录包含有不被允许的字符” 湖南电信,铁通,网通VPI,VCI值 最好的程序 杀毒软件性能测试 80年代后生的100项特征 在Google.com里面进行搜索的时候,经常会遇到突然出现“该页无法显示”的提示 教你几招对付银行里态度恶劣的工作人员 PL/SQL Developer Download Visual Assist X v10.3.1530.0 build 2006.07.08 解决方案大全 最好的下载站点 UltraEdit 12 序列号 最好的破解网站 这就是“爱情”,这就是“婚姻!” 蜘蛛和蜜蜂结婚的原因 I need to follow my heart 笑对人生
FOXPRO 程序在Winxp下面 insufficient memory 问题出现的原因以及解决办法
观我生,君子无咎 · 2006-12-12 · via 博客园 - 观我生,君子无咎

前几天给客户升级开发一程序,客户原来版本的程序是foxpro3.0写的。
开始还运行良好。当时系统是Win2000+768M内存。

后来另外配了一台机器。环境是Winxp+1G内存。但是在这个机器上跑就出现insufficient memory 的错误。
找了一些资料原来是FOX的一个BUG。引起 insufficient memory 出现的原因是内存太大了。
开始几次如果要运行程序就扯下一根内存。但是觉得这样子太麻烦。
后来发现在系统启动的时候可以限制xp使用内存的大小。
具体是用msconfig这个工具配置。

配置的结果是在boot.int中写了一个参数  maxmem ,这样既不拔内存条,还很方便了。

[boot loader]
timeout=5
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect /NoExecute=OptIn
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional Start FoxPro" /fastdetect /NoExecute=OptIn /maxmem=768