Clément Chigot
Clément Chigot
Any news about this CL ? I need it for other go packages.
> @Helflym If the number of subdirectories in the monitored directory exceeds 100k, do you need to reconsider the implementation of the function and make directory traversal as efficient as...
I need this package in order to port auditbeat software (https://github.com/elastic/beats) on AIX. However, AIX doesn't provide an easier way to watch files than polling them. I'm planning to take...
Weird, I haven't changed anything with linux/amd64. Moreover, it's working on my Linux without any problem. Are you sure your travis is still working as wanted ?
Any news about the problems with Travis ?
@rfx77 This is normal. On AIX 7.2, the pointers allocated by `mmap ` are between `0x0A00000000000000-0x0AFFFFFFFFFFFFFF`. On AIX 7.1 and I guess on IBMi (which as far as I remember...
Strange maybe that AIX feature is there on IBMi or it's set up to the other segment. You can try the VMO tunable which controls that on AIX. It should...
> The ENV Variable VMM_CNTRL has no effect. Maybe there is another way to change the default mmap segment. If as you said, IBMi 7.4 is based on AIX 7.2,...
Alright good news! You should be able to bootstrap Go for IBMi with `src/bootstrap.bash`. After that, you should be able to rebuild and test golang directly on IBMi with `src/all.bash`.
It looks like some more part in the runtime needs to be changed. But I don't know where. I don't remember having such issues. @aclements @mknyszek maybe you'll have a...