Displaying 4 results from an estimated 4 matches for "vmpeak".
2015 Jan 27
5
[LLVMdev] [cfe-dev][llvmdev] Clang 3.6 and trunk, high RSS usage compared to GCC (12.5GB vs. 0.5GB)
...(git
718825a8666acd9ceaab70fc7868332f20e2758f) our internal build machines started
going offline in Jenkins. Clang after 3.5 release is consuming extreme amounts
of memory in some cases.
I have uploaded [1] one of affected files.
$ g++ -std=c++11 -c -O1 -fPIC vpp_generated.ii -o vpp_generated.o
vmpeak: 582432 KB
rspeak: 504500 KB = ~ 0.5GB
$ clang++ -std=c++11 -c -O1 -fPIC vpp_generated.ii -o vpp_generated.o
vmpeak: 12992076 KB
rspeak: 12820184 KB = ~12.5GB
Disabling optimzer (-O0) resolves the issue, and RSS usage drops to ~300MB.
I decided to write here directly instead of creating yet ano...
2013 Jul 24
1
Cpus_allowed_list issue in RHEL6.4
...64 x86_64 x86_64 GNU/Linux
[root at localhost bin]#
[root at localhost bin]#
[root at localhost bin]# cat /proc/1/status
Name: init
State: S (sleeping)
Tgid: 1
Pid: 1
PPid: 0
TracerPid: 0
Uid: 0 0 0 0
Gid: 0 0 0 0
Utrace: 0
FDSize: 64
Groups:
VmPeak: 19364 kB
VmSize: 19356 kB
VmLck: 0 kB
VmHWM: 1544 kB
VmRSS: 1544 kB
VmData: 328 kB
VmStk: 88 kB
VmExe: 140 kB
VmLib: 2348 kB
VmPTE: 52 kB
VmSwap: 0 kB
Threads: 1
SigQ: 1/256326
SigPnd: 0000000000000000
ShdPnd: 0000000000000000
S...
2017 Jul 01
3
integrating samba with pam
On Sat, 1 Jul 2017 16:30:25 +0100, Rowland Penny via samba wrote:
> On Sat, 01 Jul 2017 11:48:21 -0300
> Guido Lorenzutti via samba
wrote:
>
>> Hi there! I been using samba3 with ldap for years, and now
im about to move to samba4 to leave the slapd.
>
> I take it you mean
that you use Samba as an AD DC
Exactly.
>> I didnt try yet to migrate
the directory from
2011 Jul 27
4
Creating a vm with a non-existent /dev/mapper/ tap2 device effectively hangs dom0 system
...color=auto -al
ukxen2 fd #
And /proc/11327/status works:
ukxen2 11327 # cat status &
[3] 12236
ukxen2 11327 # Name: tapdisk2
State: D (disk sleep)
Tgid: 11327
Pid: 11327
PPid: 1
TracerPid: 0
Uid: 0 0 0 0
Gid: 0 0 0 0
FDSize: 64
Groups:
VmPeak: 23056 kB
VmSize: 21644 kB
VmLck: 21640 kB
VmHWM: 3848 kB
VmRSS: 3232 kB
VmData: 364 kB
VmStk: 88 kB
VmExe: 224 kB
VmLib: 2460 kB
VmPTE: 64 kB
Threads: 1
SigQ: 2/6081
SigPnd: 0000000000000000
ShdPnd: 0000000000000000
SigBlk: 000000000000000...