force-level2 stops with "/home/docker/bin/force-l2ps_: line 161: 123 Killed" #283
Closed
davedavemckay
started this conversation in
General
Replies: 3 comments 2 replies
-
|
Forgot to add, a "europe" folder is added to the level2 dir with a datacube-definition.prj file. Contents below. No other output as far as I can see. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Just seen this is probably the RAM filling up - I'm trying now with 1 PROC and 4 threads. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Threw a bigger VM at it and got up and running with NPROC=16, NTHREAD=2 with 896 GB RAM. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm attempting a test run with the docker command:
docker run -v /data/Sentinel-2/L1C/2023/04/01:/level1 -v /data/Copernicus/copernicus-dem-30m-egm2008:/dem -v /home/dm/force:/force --user "$(id -u):$(id -g)" davidfrantz/force force-level2 /force/param/l2ps.prmThe output looks like this:
l2ps.prm is the automatically generated param file with changes to directories, NPROC=4 and NTHREAD=1, otherwise default.
I have a filelist.txt containing a single line:
/level1/S2A_MSIL1C_20230401T110621_N0509_R137_T30UWA_20230401T144922.SAFE QUEUEDI get a single log file, S2A_MSIL1C_20230401T110621_N0509_R137_T30UWA_20230401T144922.SAFE.log, contents:
I'm running on a fairly modest VM (8 GB RAM, 4 CPUs). The /data filesystem is an nfs-mounted 1TB disk, so no issues there with just one S2 L1C file.
I also tried NPROC=1 just in case it was being killed because I was using all of the cores, but I get the same behaviour.
Any ideas?
Thanks,
Dave
Beta Was this translation helpful? Give feedback.
All reactions