similar to: memory limit? (adjustable?)

Displaying 20 results from an estimated 4000 matches similar to: "memory limit? (adjustable?)"

2006 Jun 14
6
memory limit?
I've got a simple (32bit) windows application (compiled in Borland c++ builder): int *p; while(1) { p = new int[10000000]; //allocates 40 MB of memory } on Windows XP it crashes after 50 iterations (i.e. 2 GB allocated) but on wine it crashes after 30 iterations (1200 MB allocated) is it impossible to use 2gb of memory in wine? why only 1.2GB is available? I've got wine 0.9.13,
2008 Mar 24
2
Chessmaster 10th
Hi! I'm a Chess addict so i tried to install Chessmaster 10th on my Kubuntu! It works quite good but i still have a problem... The mouse is not where it is... For example to move my tower, I've to put my mouse lower, if i put it on the tower, the game show me it's one or two case higher... Do you know how can I fix it? Thanks! Pikos (Sorry for my poor English...)
2008 Jun 02
2
Opengl doesn't work
Hi ! I've Wine 1.0RC3, and I've an error when I start Chessmaster 10th: err:wgl:X11DRV_wglGetProcAddress No OpenGL support compiled in. I think I've missed something during the install... How can I install the opengl support? Thxs! Pikos PS: sorry for my English.
2006 Apr 14
1
WINEPRELOADRESERVE: how to use ?
Bonjour, I'm using FC5 with wine 0.9.12 for World of Warcraft. ./wine /dos/World\ of\ Warcraft/wow err:virtual:map_image Image was mapped at 0xf20000: standard load address for a Win32 program (0x00400000) not available err:virtual:map_image Do you have exec-shield or prelink active? wine: could not load L"C:\\World of Warcraft\\wow.exe": Bad EXE format for If I change the PE exe
2009 Jan 22
6
Application will only run when executed from its directory
Hi everyone! I am running Wine 1.0 on Linux Mint 5.1. I have a custom developed program that was designed in Delphi using the Borland Database library that will only run correctly if executed from the directory it is contained in. It will not run from the start menu nor will it run from a launcher that I have built on the Desktop. I figure it has to be something with the path referencing. I
2013 Mar 18
1
lustre showing inactive devices
I installed 1 MDS , 2 OSS/OST and 2 Lustre Client. My MDS shows: [code] [root at MDS ~]# lctl list_nids 10.94.214.185 at tcp [root at MDS ~]# [/code] On Lustre Client1: [code] [root at lustreclient1 lustre]# lfs df -h UUID bytes Used Available Use% Mounted on lustre-MDT0000_UUID 4.5G 274.3M 3.9G 6% /mnt/lustre[MDT:0]
2013 Mar 18
1
OST0006 : inactive device
I installed 1 MDS , 2 OSS/OST and 2 Lustre Client. My MDS shows: [code] [root at MDS ~]# lctl list_nids 10.94.214.185 at tcp [root at MDS ~]# [/code] On Lustre Client1: [code] [root at lustreclient1 lustre]# lfs df -h UUID bytes Used Available Use% Mounted on lustre-MDT0000_UUID 4.5G 274.3M 3.9G 6% /mnt/lustre[MDT:0] lustre-OST0000_UUID
2013 Sep 19
0
Files written to an OST are corrupted
Hi, everyone, I need some help in figuring out what may have happened here, as newly created files on an OST are being corrupted. I don''t know if this applies to all files written to this OST, or just to files of order 2GB size, but files are definitely being corrupted, with no errors reported by the OSS machine. Let me describe the situation. We had been running Lustre 1.8.4 for
2006 May 25
1
compiling tests/Embedding
I am compiling the Embedding examples in the tests directory and get an undefined reference. I include the make output as well as grep'd output of nm on libR.so and compiler and arch information. Do I have an improperly built R shared library or is there a problem with the Embedding tests or something else I am not seeing? Thanks for any help! George ost at
2013 Feb 12
2
Lost folders after changing MDS
OK, so our old MDS had hardware issues so I configured a new MGS / MDS on a VM (this is a backup lustre filesystem and I wanted to separate the MGS / MDS from OSS of the previous), and then did this: For example: mount -t ldiskfs /dev/old /mnt/ost_old mount -t ldiskfs /dev/new /mnt/ost_new rsync -aSv /mnt/ost_old/ /mnt/ost_new # note trailing slash on ost_old/ If you are unable to connect both
2012 Sep 27
4
Bad reporting inodes free
Hello, When I run a "df -i" in my clients I get 95% indes used or 5% inodes free: Filesystem Inodes IUsed IFree IUse% Mounted on lustre-mds-01:lustre-mds-02:/cetafs 22200087 20949839 1250248 95% /mnt/data But if I run lfs df -i i get: UUID Inodes IUsed IFree I
2008 Mar 03
1
Quota setup fails because of OST ordering
Hi all, after installing a Lustre test file system consisting of 34 OSTs, I encountered a strange error when trying to set up quotas: lfs quotacheck gave me an "Input/Output error", while in /var/log/kern.log I found a Lustre error LustreError: 20807:0:(quota_check.c:227:lov_quota_check()) lov idx 32 inactive Indeed, in /proc/fs/lustre/lov/.../target_obd all 34 OSTs were listed
2009 May 04
0
Chessmaster GM Edition
Hello. (I hope this won't show up twice. I tried posting to the mailing list first (GMane), but even though I confirmed that I exist, it's not posting anything. Other lists on GMane work fine. Then I've read on the Wine site that the Usenet group comp.emulators.ms-windows.wine is linked to the list, but it doesn't seem to be the case at all. So I'm posting in the forum now.)
2009 Aug 20
1
Need help for Chessmaster XI debug
I'm trying to run Chessmaster XI in wine but unable to get it to run. The application will launch, the intro video will play, and as soon as the video ends, the game hang and crash. Following are the last lines of the backtrace (full wine log available if needed): Code: Backtrace: =>0 0x00000000 (0x0033f8f0) 1 0x7e6af808 DestroyContext+0x148() in wined3d (0x0033f920) 2 0x7e6c6244
2008 Feb 05
2
lctl deactivate questions
Hi; One of our OSTs filled up. Once we realized this, we executed lctl --device 9 deactivate on our fs''s combo MDS/MGS machine. We saw in the syslog that the OST in question was deactivated: Lustre: setting import ufhpc-OST0008_UUID INACTIVE by administrator request However, ''lfs df'' on the clients does not show that the OST is deactivated there, unless we *also*
2010 Jul 08
5
No space left on device on not full filesystem
Hello, We have running lustre 1.8.1 and have met "No space lest on device" error when uploading 500 Gb small files (less then 100 Kb each). The problem seems to depends on the number of files. If we remove one file, we can create one new file, even with Gb size; but if we haven''t remove something we can''t create even very little file, as an example using touch
2011 Aug 14
2
Central limit theorem
my data looks like this: PM10 Ref UZ JZ WT RH FT WR 1 10.973195 4.338874 nein Winter Dienstag ja nein West 2 6.381684 2.250446 nein Sommer Sonntag nein ja Süd 3 62.586512 66.304869 ja Sommer Sonntag nein nein Ost 4 5.590101 8.526152 ja Sommer Donnerstag nein nein Nord 5 30.925054 16.073091 nein Winter Sonntag nein nein Ost 6
2011 Aug 13
2
linear regression
dear R users, my data looks like this PM10 Ref UZ JZ WT RH FT WR 1 10.973195 4.338874 nein Winter Dienstag ja nein West 2 6.381684 2.250446 nein Sommer Sonntag nein ja Süd 3 62.586512 66.304869 ja Sommer Sonntag nein nein Ost 4 5.590101 8.526152 ja Sommer Donnerstag nein nein Nord 5 30.925054 16.073091 nein Winter Sonntag nein
2008 Mar 11
0
Unusual Block Allocations on OSTs
Hi, I see some unusual block allocations on my OSTs, and I was wondering if someone could explain to my why, and help me to fix a performance problem. In order to track down a performance issue, I ran the following test: - I reformatted my OSTS (I have 4 OSTs). - I created a 10G file on each OST. - I ran dumpe2fs to see if I had some unusual fragmentation going on. dumpe2fs shows
2010 Jul 21
1
Getting a list of files on down OST
Hi Guys, I''m trying to figure out a way to get a list of files with objects present on an OST that is down. Normally one could do: lfs find -O <OST> dir but that is giving us Input/output errors (I assume because the OST is down). Is there a good way to get a list of objects (Maybe from the MDS?), what OSTs they are on, and correlate them with files? Thanks, Mark -- Mark