Commit ab6fa171 authored by Lauren Adoram-Kershner's avatar Lauren Adoram-Kershner Committed by jlaura
Browse files

lower requested memory to 1Gb (#381)

* lower requested memory to 1Gb

* make request base 2
parent 4dc3338d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,8 +12,8 @@ cluster:
    tmp_scratch_dir: '/scratch/jlaura'

    # The amount of RAM (in MB) to request for jobs
    extractor_memory: 8192
    processing_memory: 8192
    extractor_memory: 1024
    processing_memory: 1024

### Database Configuration ###
database: