Hello!
I have few questions:
- As far as I understand the DAX - caller process can offload some job to DAX while doing other things without multithreading. Is there an examples of such anychronous behavior?
- For the process, how the time DAX consumed counted? Is it counted as user time, system time or idle?
- What is memory limit for file with numbers? For big files I'm getting "(load_file) Cannot Allocate Memory for the input file".
Thank you!