search for: l335

Displaying 7 results from an estimated 7 matches for "l335".

Did you mean: 335
2017 Nov 15
2
Collecting address ranges in DWARFUnit::collectAddressRanges.
...ls DWARFObject::getFileName(). We do not implement this method in LLD and it fails. Issue appears when we start to provide .debug_str section to DWARF parser. And it is relative to following code (lines 335-339): https://github.com/llvm-mirror/llvm/blob/master/lib/DebugInfo/DWARF/DWARFUnit.cpp#L335 Object I used for debugging parser is following: t.ii: int a; clang++ -gsplit-dwarf -c t.ii -o t.o When parser tries to read this object it attemps to extract address ranges from dwo. When we don't give it .debug_str it fails to extract dwo name, exits early and "works" fine, b...
2019 Oct 18
2
Winbind and caching - idmap, DC
On Friday, 18 October 2019 12:24:46 PDT Ralph Boehme wrote: > You won't loose connectivity anyway. winbindd will just have to go > through DC lookup again in certain scenarios. This is exactly what I'd like to avoid. As I wrote in another message in this thread, it appears that switching DC shortly after domain join causes machine authentication failures until the new machine
2015 Jan 18
2
default min-v/nsize parameters
...Rp->vsize = R_VSIZE; 158 Rp->nsize = R_NSIZE; 166 #define Max_Nsize 50000000 /* about 1.4Gb 32-bit, 2.8Gb 64-bit */ 167 #define Max_Vsize R_SIZE_T_MAX /* unlimited */ 169 #define Min_Nsize 220000 170 #define Min_Vsize (1*Mega) https://github.com/wch/r-source/blob/master/src/main/memory.c#L335 (luke last authored on Nov 1, 2000) #ifdef SMALL_MEMORY 336 /* On machines with only 32M of memory (or on a classic Mac OS port) 337 it might be a good idea to use settings like these that are more 338 aggressive at keeping memory usage down. */ 339 static double R_NGrowIncrFrac = 0.0,...
2019 Oct 18
0
Winbind and caching - idmap, DC
...it would be trivial to write one. > > would you be able to point someone unfamiliar with the Samba codebase where they should start looking to figure out how to do that? https://git.samba.org/?p=samba.git;a=blob;f=source3/utils/net_cache.c;h=5691f04d8d6827db011e308c7da7615085c96b6f;hb=HEAD#l335 Implement a similar function with a iterate callback that looks at the key prefix. -slow -- Ralph Boehme, Samba Team https://samba.org/ Samba Developer, SerNet GmbH https://sernet.de/en/samba/ GPG-Fingerprint FAE2C6088A24252051C559E4AA1E9B7126399E46
2015 Jan 20
1
default min-v/nsize parameters
...Max_Nsize 50000000 /* about 1.4Gb 32-bit, 2.8Gb 64-bit */ >> 167 #define Max_Vsize R_SIZE_T_MAX /* unlimited */ >> 169 #define Min_Nsize 220000 >> 170 #define Min_Vsize (1*Mega) >> >> https://github.com/wch/r-source/blob/master/src/main/memory.c#L335 >> (luke last authored on Nov 1, 2000) >> #ifdef SMALL_MEMORY >> 336 /* On machines with only 32M of memory (or on a classic Mac OS port) >> 337 it might be a good idea to use settings like these that are more >> 338 aggressive at keeping...
2015 Jan 19
0
default min-v/nsize parameters
...p->nsize = R_NSIZE; > 166 #define Max_Nsize 50000000 /* about 1.4Gb 32-bit, 2.8Gb 64-bit */ > 167 #define Max_Vsize R_SIZE_T_MAX /* unlimited */ > 169 #define Min_Nsize 220000 > 170 #define Min_Vsize (1*Mega) > > https://github.com/wch/r-source/blob/master/src/main/memory.c#L335 > (luke last authored on Nov 1, 2000) > #ifdef SMALL_MEMORY > 336 /* On machines with only 32M of memory (or on a classic Mac OS port) > 337 it might be a good idea to use settings like these that are more > 338 aggressive at keeping memory usage down. */ > 339 static...
2015 Jan 15
2
default min-v/nsize parameters
Just wanted to start a discussion on whether R could ship with more appropriate GC parameters. Right now, loading the recommended package Matrix leads to: > library(Matrix) > gc() used (Mb) gc trigger (Mb) max used (Mb) Ncells 1076796 57.6 1368491 73.1 1198505 64.1 Vcells 1671329 12.8 2685683 20.5 1932418 14.8 Results may vary, but here R needed 64MB of N cells and 15MB