malloc: Cannot allocate memory ? - Linux

Damian avatar
By Damian
at 2009-08-31T18:59

Table of Contents

請問一下

最近再使用電路模擬軟體時
在模擬跑完時
會跳出如下訊息

malloc: Cannot allocate memory

之後所有模擬的視窗都會自動關掉
請問一下應該要如何解決才好

謝謝

OS:CentOS 4.6 Final
電路模擬軟體:Cadence spectre

--
Tags: Linux

All Comments

Andrew avatar
By Andrew
at 2009-09-02T15:36
您的CentOs 4.6 是否為32Bits?
那電腦記憶體幾G呢
Rachel avatar
By Rachel
at 2009-09-05T01:23
是32Bits 記憶體有16G
Rachel avatar
By Rachel
at 2009-09-09T09:17
我解決方式為,把32Bits Os升級為64Bits就可以哩
Noah avatar
By Noah
at 2009-09-11T07:26
目前學長跑Spectre還沒出現問題
Michael avatar
By Michael
at 2009-09-14T09:13
謝謝樓上,過幾天重灌64Bits的試看看
Blanche avatar
By Blanche
at 2009-09-18T18:11
而且16G記憶體,除非你在32Bits會設定PAE,不然你根本
就用不到16G,重灌64Bits就可以用到16G哩

無 法定時開機

Carolina Franco avatar
By Carolina Franco
at 2009-08-31T09:49
不知道什麼時候開始,pc 沒有辦法照 bios 設定的時間開機 (這樣寫一定會有人說,這和 linux 有什麼關係) 有關係... 吧? 大概是將 debian 從 4.0rc2 -andgt; 5.0 之後才發生 本來懷疑是不是時間跑掉,但我檢查 bios 和在 shell 用 date 檢查,並沒 ...

test string遇到困難

Susan avatar
By Susan
at 2009-08-30T21:55
※ 引述《maxsolar.bbsatbbs.sayya.org (小健)》之銘言: : 各位前輩: : 地想要練習一個簡單的字串比對測試的script,如下: : #!/bin/bash : MYVAR=${MYVAR:=and#34;1st varand#34;} : if [ $(echo $MYVAR ...

如何在 Fedora 11 的 Gnome 中隱藏其他 …

Tom avatar
By Tom
at 2009-08-30T16:08
有找到這個選項 但是改了之後依然沒用 真的是太神秘了Orz ※ 引述《adolf.bbsatcd.twbbs.org (可以愛你嗎)》之銘言: : ※ 引述《zzzaaa12.bbsatptt.cc (ZA)》之銘言: : andgt; 以前在 Fedora 10 的時候 : andgt; 都是直 ...

如何關掉 PC 喇叭警示音

George avatar
By George
at 2009-08-30T13:27
請問一下如何關掉 PC 喇叭警示音? 我是灌 debian 文字介面 雖然有時候 PC 喇叭警示是有用 但是有時也想把他關掉 有什麼指令或方法嗎? 感謝 - ...

shellscript 印出*

Andy avatar
By Andy
at 2009-08-30T11:40
假設有個變數內容是 a=and#34;*and#34; echo ${a} a的輸出就不是* 請問該怎麼打讓a的輸出是一個星號 謝謝 - ...