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

推荐订阅源

S
Schneier on Security
有赞技术团队
有赞技术团队
T
The Blog of Author Tim Ferriss
F
Fortinet All Blogs
D
DataBreaches.Net
F
Full Disclosure
腾讯CDC
博客园 - 【当耐特】
MyScale Blog
MyScale Blog
Stack Overflow Blog
Stack Overflow Blog
小众软件
小众软件
Hugging Face - Blog
Hugging Face - Blog
Last Week in AI
Last Week in AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
爱范儿
爱范儿
The GitHub Blog
The GitHub Blog
Engineering at Meta
Engineering at Meta
大猫的无限游戏
大猫的无限游戏
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
S
SegmentFault 最新的问题
The Register - Security
The Register - Security
WordPress大学
WordPress大学
博客园 - 聂微东
雷峰网
雷峰网
J
Java Code Geeks
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
P
Privacy International News Feed
酷 壳 – CoolShell
酷 壳 – CoolShell
A
Arctic Wolf
Scott Helme
Scott Helme
C
Cyber Attacks, Cyber Crime and Cyber Security
T
Tor Project blog
博客园 - 三生石上(FineUI控件)
Know Your Adversary
Know Your Adversary
AWS News Blog
AWS News Blog
G
Google Developers Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
C
CERT Recently Published Vulnerability Notes
O
OpenAI News
Project Zero
Project Zero
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Application and Cybersecurity Blog
Application and Cybersecurity Blog
云风的 BLOG
云风的 BLOG
N
News and Events Feed by Topic
MongoDB | Blog
MongoDB | Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Microsoft Security Blog
Microsoft Security Blog
Cisco Talos Blog
Cisco Talos Blog
P
Palo Alto Networks Blog
Schneier on Security
Schneier on Security

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

亲在外,子欲养而不能 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