diff --git a/autopost/posteur.sh b/autopost/posteur.sh index f235bf7..2e4eb82 100644 --- a/autopost/posteur.sh +++ b/autopost/posteur.sh @@ -42,7 +42,7 @@ do { echo -e ${VERT}"DEBUT DE TRAITEMENT DE" ${FILESANSEXT}${NORMAL} echo -e ${CYAN}"CREATION DES PAR2"${NORMAL} - parpar -s10M -r20%+2 -m16384M -p1l -o ${FILESANSEXT}.par2 ${name} + parpar -s10M -r20%+2 -m4096M -p1l -o ${FILESANSEXT}.par2 ${name} ret=$? if [ $ret -eq 139 ]; then echo -e "${ROUGE}Segmentation fault détecté lors de parpar (${ret}).${NORMAL}"