search for: memorylimit

Displaying 15 results from an estimated 15 matches for "memorylimit".

Did you mean: memory_limit
2009 Jul 17
3
[LLVMdev] [PATCH 1/2] Trailing whitespace.
...// Get the path. If its empty, we can't do anything to find it. const char *PathStr = getenv("PATH"); - if (PathStr == 0) + if (PathStr == 0) return Path(); // Now we have a colon separated list of directories to search; try them. @@ -142,14 +142,14 @@ static void SetMemoryLimits (unsigned size) #endif } -int -Program::ExecuteAndWait(const Path& path, +int +Program::ExecuteAndWait(const Path& path, const char** args, const char** envp, const Path** redirects, u...
2008 Nov 02
2
[LLVMdev] Debugging lli using bugpoint
...erSel == RunLLC || InterpreterSel == RunCBE || InterpreterSel == CBE_bug || InterpreterSel == LLC_Safe) RetVal = AI->ExecuteProgram(BitcodeFile, InputArgv, InputFile, OutputFile, AdditionalLinkerArgs, SharedObjs, Timeout, MemoryLimit); else RetVal = AI->ExecuteProgram(BitcodeFile, InputArgv, InputFile, OutputFile, std::vector<std::string>(), SharedObjs, Timeout, MemoryLimit); I tried the following after this: (1) Firstly instead of running Gap...
2008 Nov 04
4
[LLVMdev] Debugging lli using bugpoint
...rSel == RunCBE || > InterpreterSel == CBE_bug || InterpreterSel == LLC_Safe) > > RetVal = AI->ExecuteProgram(BitcodeFile, InputArgv, InputFile, > OutputFile, AdditionalLinkerArgs, > SharedObjs, > Timeout, MemoryLimit); > > else > > > RetVal = AI->ExecuteProgram(BitcodeFile, InputArgv, InputFile, > OutputFile, std::vector<std::string>(), > SharedObjs, Timeout, MemoryLimit); > > > I tried the following aft...
2008 Nov 03
0
[LLVMdev] Debugging lli using bugpoint
...el == RunCBE || > InterpreterSel == CBE_bug || InterpreterSel == LLC_Safe) > > RetVal = AI->ExecuteProgram(BitcodeFile, InputArgv, InputFile, > OutputFile, AdditionalLinkerArgs, > SharedObjs, > Timeout, MemoryLimit); > > else > > > RetVal = AI->ExecuteProgram(BitcodeFile, InputArgv, InputFile, > OutputFile, > std::vector<std::string>(), > SharedObjs, Timeout, MemoryLimit); > > > I tried the follow...
2019 Oct 28
1
libvirt_lxc memory limit, emulator process part of the cgroup?
...it_in_bytes jumps from the correct value to 9223372036854771712. libvirt lxc appears to set the memory limit in transient way without writing a config for systemd. I can't prevent memory.limit_in_bytes changing by setting the correct value through systemctl set-property --runtime <scope> MemoryLimit= tasks in the memory cgroup gets cleaned up. After starting the container the cgroup contains 3 pid. The pid of the libvirt_lxc process, the pid of the init process in the container and third unknown pid that doesn't exists in /proc/. After a demon-reload only the init process  remains in th...
2020 Jan 22
4
Re: virsh vol-download uses a lot of memory
...>> >> >> The VM virtual disk weighs 140 GB at the moment. I thought 500 MiB of >> RAM should be more than enough to back it up, so I added the following >> options to the systemd service file associated to the systemd timer I >> am using: >> >>    MemoryLimit=500M >> >> However, the OOM is killing "virsh vol-download": >> >> Jan 21 23:40:00 GS-CEL-L kernel: [55535.913525] [  pid  ]   uid  tgid >> total_vm      rss pgtables_bytes swapents oom_score_adj name >> Jan 21 23:40:00 GS-CEL-L kernel: [55535.913527]...
2020 Jan 22
3
virsh vol-download uses a lot of memory
...ems_are_still_incredibly_brittle#The_Linux_Filesystem_Cache_is_Braindead The VM virtual disk weighs 140 GB at the moment. I thought 500 MiB of RAM should be more than enough to back it up, so I added the following options to the systemd service file associated to the systemd timer I am using: MemoryLimit=500M However, the OOM is killing "virsh vol-download": Jan 21 23:40:00 GS-CEL-L kernel: [55535.913525] [ pid ] uid tgid total_vm rss pgtables_bytes swapents oom_score_adj name Jan 21 23:40:00 GS-CEL-L kernel: [55535.913527] [ 13232] 1000 13232 5030 786 77824...
2008 Nov 11
0
[LLVMdev] Debugging lli using bugpoint
...InterpreterSel == CBE_bug || InterpreterSel == LLC_Safe) >> >> RetVal = AI->ExecuteProgram(BitcodeFile, InputArgv, InputFile, >> OutputFile, AdditionalLinkerArgs, >> SharedObjs, >> Timeout, MemoryLimit); >> >> else >> >> >> RetVal = AI->ExecuteProgram(BitcodeFile, InputArgv, InputFile, >> OutputFile, >> std::vector<std::string>(), >> SharedObjs, Timeout, MemoryLimit); &...
2008 Oct 28
0
[LLVMdev] Debugging lli using bugpoint
On Tue, Oct 28, 2008 at 12:17 PM, Prakash Prabhu <prakash.prabhu at gmail.com> wrote: > Generating reference output from raw program: <cbe><gcc> > Error running tool: [snip] > /tmp/cc08IpX8.o: In function `SyLoadModule': > bugpoint-test-program.bc.cbe.c:(.text+0x25705): undefined reference to > `dlopen' [snip] This is saying that compilation with CBE is
2008 Oct 28
2
[LLVMdev] Debugging lli using bugpoint
Hi, I have a program that runs when statically compiled using llc and gcc but crashes with a segmentation fault when run with lli. I am trying to debug it with bugpoint and the initial part of bugpoint seems to be suggesting that I am somehow missing the linking with the libraries having dlsym/dlopen although I am passing it to lli : *$ bugpoint -run-jit
2020 Jan 22
0
Re: virsh vol-download uses a lot of memory
...ilesystem_Cache_is_Braindead > > > The VM virtual disk weighs 140 GB at the moment. I thought 500 MiB of > RAM should be more than enough to back it up, so I added the following > options to the systemd service file associated to the systemd timer I am > using: > >   MemoryLimit=500M > > However, the OOM is killing "virsh vol-download": > > Jan 21 23:40:00 GS-CEL-L kernel: [55535.913525] [  pid  ]   uid  tgid > total_vm      rss pgtables_bytes swapents oom_score_adj name > Jan 21 23:40:00 GS-CEL-L kernel: [55535.913527] [  13232]  1000 >...
2020 Jan 22
0
Re: virsh vol-download uses a lot of memory
...The VM virtual disk weighs 140 GB at the moment. I thought 500 MiB > > > of RAM should be more than enough to back it up, so I added the > > > following options to the systemd service file associated to the > > > systemd timer I am using: > > > > > >    MemoryLimit=500M > > > > > > However, the OOM is killing "virsh vol-download": > > > > > > Jan 21 23:40:00 GS-CEL-L kernel: [55535.913525] [  pid  ]   uid  > > > tgid total_vm      rss pgtables_bytes swapents oom_score_adj name > > > Jan 21 23:4...
2013 Nov 25
0
Re: [edk2] [PATCH RFC v2 7/7] OvmfPkg: introduce XenMemMapInitialization
...d/E820.h> > +#include <Library/ResourcePublicationLib.h> > +#include <Library/MtrrLib.h> > > #include "Platform.h" > #include "Cmos.h" > @@ -163,6 +167,72 @@ AddUntestedMemoryRangeHob ( > AddUntestedMemoryBaseSizeHob (MemoryBase, (UINT64)(MemoryLimit - MemoryBase)); > } > > +VOID > +XenMemMapInitialization ( > + VOID > + ) > +{ > + EFI_HOB_GUID_TYPE *GuidHob; > + EFI_XEN_INFO *Info; > + > + DEBUG ((EFI_D_ERROR, "Using memory map provided by Xen\n")); > + > + GuidHob = GetFirstGuidHob (&amp...
2020 Jan 23
1
Re: virsh vol-download uses a lot of memory
...tual disk weighs 140 GB at the moment. I thought 500 MiB >>>> of RAM should be more than enough to back it up, so I added the >>>> following options to the systemd service file associated to the >>>> systemd timer I am using: >>>> >>>>    MemoryLimit=500M >>>> >>>> However, the OOM is killing "virsh vol-download": >>>> >>>> Jan 21 23:40:00 GS-CEL-L kernel: [55535.913525] [  pid  ]   uid >>>> tgid total_vm      rss pgtables_bytes swapents oom_score_adj name >>>> Ja...
2013 Nov 25
2
mcp ping return no responses
...or more information, see: http://activemq.apache.org/producer-flow-control.html --> <destinationPolicy> <policyMap> <policyEntries> <policyEntry topic=">" producerFlowControl="false" memoryLimit="1mb"> <pendingSubscriberPolicy> <vmCursor /> </pendingSubscriberPolicy> </policyEntry> <policyEntry queue="*.reply.>" gcInactiveDestinations="true&quot...