Displaying 11 results from an estimated 11 matches for "noexecute".
2010 Oct 12
2
Memory limit problem
Dear List,
I am trying to?plot?bathymetry contours around the Hawaiian Islands using the
package rgdal and PBSmapping.? I have run into a memory limit when trying to
combine two fairly small objects using cbind().? I have increased the memory to
4GB, but am being told I can't allocate a vector of size 240 Kb.? I am running R
2.11.1 on a Dell Optiplex 760 with Windows XP.? I have pasted
2005 Jun 24
5
Memory limits using read.table on Windows XP Pro
...",comment.char="",colClasses=c("factor"),nrows=2501)
I get, after hour(s) of work:
Error: cannot allocate vector of size 9 Kb
I have:
Rgui.exe --max-mem-size=3Gb
and
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP
Professional" /fastdetect /NoExecute=OptIn /PAE /3GB
in boot.ini
2500.geno.tab is a tab-delimited text table with 2500 x 125000 =
312,500,000 3-level (two alphabet characters) factors (x 4 bites =
1,250,000,000 (1.25GB). Even if we double it (as per read.table help)
it's still 2.5GB < 3Gb. And actually Windows Task Manager sh...
2009 May 03
0
Xen HVM W2K3 DEP question
After I got Windows running it ended up having many processes which
were getting killed by data execution prevention.
After adjusting boot.ini to containĀ /NoExecute=AlwaysOff, I stopped
having this problem.
>From /proc/cpuinfo in dom0:
flags : fpu de tsc msr pae cx8 apic mtrr cmov pat clflush acpi mmx
fxsr sse sse2 ss ht nx constant_tsc pni ssse3 sse4_1
The NX bit is there, so I don''t understand why I needed to do this.
Any thoughts?
Thanks in...
2019 Apr 09
3
Question of syslinux chainloading
...gt;>
>> label loadhd
>> menu label Boot from local ^NTLDR
>> com32 chain.c32 ntldr=/ntldr
>>
This ntldr is on the usb-hdd disk, with a boot.ini setting point to the
fixed hard disk:
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows XP
Professional" /noexecute=optin /fastdetect
and it can successfully boot the fixed hard disk. But I think "com32
chain.c32 hd1" should be more direct.
>> #This item fails
>> label dos
>> menu label MS-^DOS 7.1
>> com32 chain.c32 msdos7=io.sys
>
>
> Where exactly the files need...
2019 Apr 09
0
Question of syslinux chainloading
...>> menu label Boot from local ^NTLDR
> >> com32 chain.c32 ntldr=/ntldr
> >>
> This ntldr is on the usb-hdd disk, with a boot.ini setting point to the
> fixed hard disk:
> multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows XP
> Professional" /noexecute=optin /fastdetect
> and it can successfully boot the fixed hard disk. But I think "com32
> chain.c32 hd1" should be more direct.
Perhaps the Windows' (MBR/VBR) boot code is having some problem with the fact
that the HDD is not really the first boot device in the eyes of the...
2015 Nov 14
3
[lit] RFC: Per test timeout
Hi,
A feature I've wanted in lit for a while is a having a timeout per
test. Attached
are patches that implement this idea.
I'm e-mailing llvm-dev rather than llvm-commits
because I want to gather more feedback on my initial implementation and
hopefully some answers to some unresolved issues with my implementation.
Currently in lit you can set a global timeout for
all of the tests but
2016 Mar 24
2
[test-suite] r261857 - [cmake] Add support for arbitrary metrics
...test-suite/trunk/litsupport/test.py Thu Feb 25 05:06:15
>>>>>>> 2016
>>>>>>> @@ -56,7 +56,7 @@ class TestSuiteTest(FileBasedTest):
>>>>>>> res = testscript.parse(test.getSourcePath())
>>>>>>> if litConfig.noExecute:
>>>>>>> return lit.Test.Result(Test.PASS)
>>>>>>> - runscript, verifyscript = res
>>>>>>> + runscript, verifyscript, metricscripts = res
>>>>>>>
>>>>>>> # Apply the...
2016 Mar 24
0
[test-suite] r261857 - [cmake] Add support for arbitrary metrics
...k/litsupport/test.py Thu Feb 25 05:06:15
>>>>>>>> 2016
>>>>>>>> @@ -56,7 +56,7 @@ class TestSuiteTest(FileBasedTest):
>>>>>>>> res = testscript.parse(test.getSourcePath())
>>>>>>>> if litConfig.noExecute:
>>>>>>>> return lit.Test.Result(Test.PASS)
>>>>>>>> - runscript, verifyscript = res
>>>>>>>> + runscript, verifyscript, metricscripts = res
>>>>>>>>
>>>>>>>&...
2016 Mar 24
1
[test-suite] r261857 - [cmake] Add support for arbitrary metrics
...t.py Thu Feb 25 05:06:15
>>>>>>>>> 2016
>>>>>>>>> @@ -56,7 +56,7 @@ class TestSuiteTest(FileBasedTest):
>>>>>>>>> res = testscript.parse(test.getSourcePath())
>>>>>>>>> if litConfig.noExecute:
>>>>>>>>> return lit.Test.Result(Test.PASS)
>>>>>>>>> - runscript, verifyscript = res
>>>>>>>>> + runscript, verifyscript, metricscripts = res
>>>>>>>>>
>>>&...
2019 Apr 04
5
Question of syslinux chainloading
Greetings,
I encounter a problem that should be basic, but I can't get a clue. I
have 8G USB disk formatted as FAT32. I run (syslinux -i -s -r -m H:)
to make it bootable, and write syslinux.cfg according to the
documents, but it will not boot some items.
Syslinux is 6.03, bios files used. The whole syslinux.cfg file:
2010 Mar 29
4
[PATCH 0/3] Export and merge into Windows Registry
As described here previously:
https://www.redhat.com/archives/libguestfs/2010-March/msg00129.html
Here is the three part patch to reimplement virt-win-reg to support
exporting and merging Windows Registry entries in the 'regedit'
format.
Tested by me on a local Windows VM.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top'