search for: 13267

Displaying 8 results from an estimated 8 matches for "13267".

Did you mean: 1267
2020 Jan 22
3
virsh vol-download uses a lot of memory
...-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 103 0 BackupWindows10 Jan 21 23:40:00 GS-CEL-L kernel: [55535.913528] [ 13267] 1000 13267 5063 567 73728 132 0 BackupWindows10 Jan 21 23:40:00 GS-CEL-L kernel: [55535.913529] [ 13421] 1000 13421 5063 458 73728 132 0 BackupWindows10 Jan 21 23:40:00 GS-CEL-L kernel: [55535.913530] [ 13428] 1000 13428 712847 124...
2020 Jan 22
4
Re: virsh vol-download uses a lot of memory
...]   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      103             0 BackupWindows10 >> Jan 21 23:40:00 GS-CEL-L kernel: [55535.913528] [  13267]  1000 >> 13267     5063      567    73728      132             0 BackupWindows10 >> Jan 21 23:40:00 GS-CEL-L kernel: [55535.913529] [  13421]  1000 >> 13421     5063      458    73728      132             0 BackupWindows10 >> Jan 21 23:40:00 GS-CEL-L kernel: [55535.913530...
2020 Jan 22
0
Re: virsh vol-download uses a lot of memory
...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      103             0 BackupWindows10 > Jan 21 23:40:00 GS-CEL-L kernel: [55535.913528] [  13267]  1000 > 13267     5063      567    73728      132             0 BackupWindows10 > Jan 21 23:40:00 GS-CEL-L kernel: [55535.913529] [  13421]  1000 > 13421     5063      458    73728      132             0 BackupWindows10 > Jan 21 23:40:00 GS-CEL-L kernel: [55535.913530] [  13428]  100...
2020 Jan 22
0
Re: virsh vol-download uses a lot of memory
...      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      103             0 > > > BackupWindows10 > > > Jan 21 23:40:00 GS-CEL-L kernel: [55535.913528] [  13267]  1000 > > > 13267     5063      567    73728      132             0 > > > BackupWindows10 > > > Jan 21 23:40:00 GS-CEL-L kernel: [55535.913529] [  13421]  1000 > > > 13421     5063      458    73728      132             0 > > > BackupWindows10 > >...
2020 Jan 23
1
Re: virsh vol-download uses a lot of memory
...s pgtables_bytes swapents oom_score_adj name >>>> Jan 21 23:40:00 GS-CEL-L kernel: [55535.913527] [  13232]  1000 >>>> 13232     5030      786    77824      103             0 >>>> BackupWindows10 >>>> Jan 21 23:40:00 GS-CEL-L kernel: [55535.913528] [  13267]  1000 >>>> 13267     5063      567    73728      132             0 >>>> BackupWindows10 >>>> Jan 21 23:40:00 GS-CEL-L kernel: [55535.913529] [  13421]  1000 >>>> 13421     5063      458    73728      132             0 >>>> BackupWindows10...
2012 Feb 04
8
Potential memory leak in sshd [detected by melton]
Hi all, After the memory leaks (bug 1967 <https://bugzilla.mindrot.org/show_bug.cgi?id=1967>) I reported in bugzilla are fixed, I also applied melton(http://lcs.ios.ac.cn/~xuzb/melton.html) to detect the potential bugs in sshd (openssh-5.9p1). The url below is the index of bug reports that are checked as real bugs manually.
2007 Jan 01
0
autofill for a tkentry field
...find it very useful. I would like to have the text of a tkentry be automatically filled when the user starts typing, according to a predetermined list. I've found a solution on the tcl wiki pages, but I don't quite know how to translate it in R... Here is the tcl code: http://wiki.tcl.tk/13267 And here is my code that does not work. autofill <- function(){ cat("I was here!") entry <- tclvalue(f1) ind <- grep(entry, fruitList) if (length(ind)>0){f1 <- tclVar(fruitList[ind[1]])} } fruitList <<- c("Apple", "Banana",...
2007 Apr 25
5
Upload PDF / Save as tiff
Hi, I''m trying to automate the conversion of a PDF document received via a browser upload to a tiff image via ghostscript. I have the PDF data in a string, and I need the tiff data returned into a string. The general command I want to emulate is: type test.pdf | "c:\program files\gs\gs8.56\bin\gswin32c.exe" -q -dNOPAUSE -dBATCH -sDEVICE=tiffg4 -sOutputFile=- > test5.tiff