找回密码
 注册
关于网站域名变更的通知
查看: 10560|回复: 5
打印 上一主题 下一主题

在用ISE布线时遇到的out of memory问题的解决办法

  [复制链接]
头像被屏蔽

该用户从未签到

跳转到指定楼层
1#
发表于 2008-12-10 14:37 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
提示: 作者被禁止或删除 内容自动屏蔽
头像被屏蔽

该用户从未签到

2#
 楼主| 发表于 2008-12-14 10:27 | 只看该作者
提示: 作者被禁止或删除 内容自动屏蔽

该用户从未签到

3#
发表于 2008-12-14 11:00 | 只看该作者
如何编辑BOOT.INI文件,这个论坛回复不能全英文
2 |. V- b  C  R5 R
, z& L, z* K. k/ y: G4 DThis article describes how to view and manually configure the Boot.ini file in Windows XP from within the Startup and Recovery dialog.
# q5 m% Q8 O! S0 `0 z1 H; j9 I9 u/ p4 t5 U' F
In Windows XP, you can quickly and easily locate the Boot.ini to verify and/or edit the file.
& \3 m( ^5 q8 v5 Y7 l: \( e1 G; l0 q3 e
It is suggested to backup the Boot.ini file before editing. The first tasks will involve modifying folder option so as to view hidden files and then backing up the Boot.ini file./ m, q4 m( F3 r$ j8 ~. t5 J: \/ h
- b0 x7 z6 {7 x- z& \1 V: |9 q* t$ K
2 d% c5 f+ }9 Z3 I" U) |; e
- Z. v, E8 F+ q
Back to the top! \) S4 N7 L: H1 e* `5 d4 H
Save a Backup Copy of Boot.ini
  • Right-click My Computer, and then click Properties. -or- : ~( P/ T) w' l* m4 O8 k& `
    Click Start, click Run, type sysdm.cpl, and then click OK.
  • On the Advanced tab, click Settings under Startup and Recovery.
  • Under System Startup, click Edit. This opens the file in Notepad ready for editing.
  • In Notepad, click File on the Menu bar, and then click Save As.
  • Right click in an empty area of the Save As dialog box, point to New in the context menu, and then click Folder.
  • Type a name for the new folder, for example temp, and then press the ENTER key to create the folder named temp.
  • Double-click the new folder named temp, and then click the Save button to save a backup copy of the Boot.ini file.

/ _0 I- x" g8 t3 h" f2 a% j$ @+ T; U2 U
Back to the top
2 F; H7 b8 s" I& A( }Edit the Boot.ini FileTo view and edit the Boot.ini file:
  • Right-click My Computer, and then click Properties. -or-
    & ^$ o6 t* j+ u9 M8 X, _. \" @Click Start, click Run, type sysdm.cpl, and then click OK.
  • On the Advanced tab, click Settings under Startup and Recovery.
  • Under System Startup, click Edit.
7 S; u: \+ Y4 D# w1 f4 i8 w

8 x: ^# b  A9 l& w' @" x- z) I: T0 P" d; }Back to the top
, N2 i) j  A; y* SSample Boot.ini FileThis is a sample of a default Boot.ini file from a Windows XP Professional computer. [boot loader]
) g; f- O9 h% S- ltimeout=30
( w2 X; C# |) A2 w4 F7 A4 odefault=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS$ O$ p6 O; ^, {$ A" Z! ^
[operating systems]
- }7 {/ j8 h8 zmulti(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect ( K& M! M! p. N
This is a sample of the above Boot.ini file with a previous installation of Windows 2000 on a separate partition. [boot loader]
( J" t# Y; b/ z# j5 D3 b' q/ k3 O. rtimeout=30, |$ E7 e0 F% ~$ P
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS1 M( z0 L+ @5 W" t( ?$ r! k! M  _
[operating systems]+ D) \# d- ^: [; W
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows XP Professional" /fastdetect( x/ a- [' ]# i9 Z* a4 n7 f
multi(0)disk(0)rdisk(0)partition(2)\WINNT="Windows 2000 Professional" /fastdetect
7 ^+ `# h& N! F# N. y
' |) D. N' i/ e5 v8 [: v: T; E/ _0 V6 n7 @% m' z: a
Back to the top8 I5 @- ~5 t) O, S
Modifying the Boot.iniWhile you can modify the Boot.ini file using the Startup and Recovery dialog, where you can select the default operating system, change the timeout value, or manually edit the file, the following method uses the command line utility, Bootcfg.exe.
1 V, e- s* v9 \
' O/ Q, |- Q: O& e' Y4 K' W" b+ iNote The Bootcfg.exe utility is only available in Windows XP Professional. This utility is not available in Microsoft Windows XP Home Edition. Therefore, this section does not apply to Windows XP Home Edition.
  • Click Start, and then click Run.
  • In the Open text box, type cmd.
  • At the command prompt, type bootcfg /?.
  • The help and parameters for BOOTCFG.exe will display.
, b  o, h/ R# T6 b9 D' a" ^# N+ o
+ }* |# S" q3 L% B
Adding an Operating SystemAt the command prompt, type: bootcfg /copy /d Operating System Description /ID#
0 `) s9 y4 R2 L; V6 i# [Where Operating System Description is a text description (e.g. Windows XP Home Edition), and where # specifies the boot entry ID in the operating systems section of the BOOT.INI file from which the copy has to be made.
* Q- K8 X; b# _5 l, h& B
: `( S4 E. N5 k' ~  \1 `* e/ ~0 c
( Z, s" [. {1 }( I) k1 n0 h8 x" g' s
Removing an Operating SystemAt the command prompt, type: bootcfg /delete /ID#
* k9 Q4 H7 W8 |3 d" n- x4 PWhere # specifies the boot entry ID that you want to be deleted from the operating systems section of the BOOT.INI file (e.g. 2 for the second Operating system that is listed.
0 n$ e: j5 D3 V& M& n# K/ e0 _" G7 f
: n2 O' t: {( Z6 r# f/ @
+ D& N9 `: @! @2 |" |
Setting the Default Operating SystemAt the command prompt, type: bootcfg /default /ID#- j% v- N1 g& g$ `
Where # specifies the boot entry id in the operating systems section of the BOOT.INI file to be made the default operating system.9 g2 n; b$ c. ]$ T" O

* c1 w- V4 c: A8 r8 c1 X6 g
5 p% T( p0 q  {) i/ a
- ~+ }+ S2 x/ ~, T6 ~; ~Setting the Time OutAt the command prompt, type: bootcfg /timeout# Where # specifies the time in seconds after which default operating system will be loaded.0 b& y# N: ~( ?, @+ O: ~2 K
4 N* s7 P2 G& z' x0 b/ V) l5 G
: [% U$ R& j( V" I: g" w

4 [5 t+ w, y; O. C1 p* [! wBack to the top
  m3 M- y; ~' A) S. N2 c2 EOpen the Boot.ini File to Verify Changes
  • Right-click My Computer, and then click Properties. -or- / c, m( F8 C5 \1 G+ q6 W& X$ ?  }' o7 @
    Click Start, click Run, type sysdm.cpl, and then click OK.
  • On the Advanced tab, click Settings under Startup and Recovery.
  • Under System Startup, click Edit.

& K1 C% ^+ h5 U# K
4 ?3 r, U/ N9 s+ c9 u* y
5 J& f( o) ?, {5 w; Y! `$ q7 R$ l5 p( _/ h
Back to the top

该用户从未签到

4#
发表于 2008-12-25 01:20 | 只看该作者
这个论坛回复不能全英文,我也不喜欢这点。* W2 f+ P$ `, I( q9 s
- _& L  N0 h& A4 q  r
Windows XP SP2已经支持3G内存了。

该用户从未签到

5#
发表于 2013-7-4 12:41 | 只看该作者
32位系统应该可以支持4GB内存的。可能是针对1个进程分配的内存不够吧。% P+ K: J' w+ K/ P' W
谢谢楼主分享的经验
  • TA的每日心情
    开心
    2023-3-7 15:18
  • 签到天数: 2 天

    [LV.1]初来乍到

    6#
    发表于 2013-7-17 15:21 | 只看该作者
    wide_road 发表于 2013-7-4 12:41 1 I' P2 X" v5 ?  @- I
    32位系统应该可以支持4GB内存的。可能是针对1个进程分配的内存不够吧。
    $ s2 H- m. o3 j4 o  E7 w3 D谢谢楼主分享的经验
    - P# p( _5 E4 l2 b9 R& x
    Windows 32Bit 系统最大能识别到3.25GB内存。(win系统最大支持128G)可以通过破解PAE来支持更大的内存,如使用网上流行的4GBReady等软件实现。但是不是很稳定,最好的方法是安装64位系统实现对大内存的支持。但是,有一个方面一定要注意,现在的32位应用程序是不能在默认状态下使用2GB以上的内存的。也就是说,如果系统没有经过特殊配置,系统有再大的内存,应用程序是没有办法使用到的。
    您需要登录后才可以回帖 登录 | 注册

    本版积分规则

    关闭

    推荐内容上一条 /1 下一条

    EDA365公众号

    关于我们|手机版|EDA365电子论坛网 ( 粤ICP备18020198号-1 )

    GMT+8, 2025-7-21 19:36 , Processed in 0.109375 second(s), 23 queries , Gzip On.

    深圳市墨知创新科技有限公司

    地址:深圳市南山区科技生态园2栋A座805 电话:19926409050

    快速回复 返回顶部 返回列表