Anybody dealt with a space issue like this:
....
reflectance <- h5read(f,"/NOGP/Reflectance/Reflectance_Data") # this one will take a minute or two
Error : cannot allocate vector of size 15.2 Gb
In addition: Warning messages:
1: In H5Dread(h5dataset = h5dataset, h5spaceFile = h5spaceFile, h5spaceMem = h5spaceMem, :
Reached total allocation of 16256Mb: see help(memory.size)
2: In H5Dread(h5dataset = h5dataset, h5spaceFile = h5spaceFile, h5spaceMem = h5spaceMem, :
Reached total allocation of 16256Mb: see help(memory.size)
3: In H5Dread(h5dataset = h5dataset, h5spaceFile = h5spaceFile, h5spaceMem = h5spaceMem, :
Reached total allocation of 16256Mb: see help(memory.size)
4: In H5Dread(h5dataset = h5dataset, h5spaceFile = h5spaceFile, h5spaceMem = h5spaceMem, :
Reached total allocation of 16256Mb: see help(memory.size)
#>Any suggestions on how to deal with this size issue?