Bonjour,
J’essaye de mettre toute la data sur l’app docker-stack, mais je rencontre plusieurs souci:
Je suis sur un serveur debian 8 go de ram
- j’ai eu ce message quand j’ai fait: curl -X POST -H « Content-Type:application/rdf+xml » --data-binary @data.rdf « http://localhost:9999/blazegraph/namespace/kb/sparql » → curl: (55) Send failure: Broken pipe
- J’ai bien mis
JAVA_OPTS
en-Xms2g -Xmx3g
j’ai fait un docker-compose rm blazegraph relancé et maintenant des que je fait l’étape 1) il me m’indique: curl: option --data-binary: out of memory
curl: try ‹ curl --help › or ‹ curl --manual › for more information - j’ai donc fait un drop : curl -X POST http://localhost:9999/blazegraph/namespace/kb/sparql --data-urlencode ‹ update=DROP ALL › → curl: (56) Recv failure: Connection reset by peer ou parfois j’ai ce résultat: curl -X POST « http://localhost:9999/blazegraph/namespace/kb/sparql » --data-urlencode ‹ update=DROP ALL ›
</head <bodytotalElapsed=1ms, elapsed=0ms, connFlush=0ms, batchResolve=0, whereClause=0ms, deleteClause=0ms, insertClause=0ms</p
COMMIT: totalElapsed=1ms, commitTime=0, mutationCount=0</p </html
mais si je refait 1) j’obtient curl -X POST -H « Content-Type:application/rdf+xml » --data-binary @data.rdf « http://localhost:9999/blazegraph/namespace/kb/sparql »
curl: option --data-binary: out of memory
curl: try ‹ curl --help › or ‹ curl --manual › for more information
-
ou parfois ce message: curl -X POST -H « Content-Type:application/rdf+xml » --data-binary @data.rdf « http://localhost:9999/blazegraph/namespace/kb/sparql »
Killed -
quand je fait sudo curl --compressed https://diffuseur.datatourisme.gouv.fr/webservice/token/token --output data.rdf le téléchargement s’arrête au bout de 16 secondes mais je n’ai pas l’impression que le fichier soit terminé
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 630M 0 630M 0 0 36.9M 0 --:–:-- 0:00:17 --:–:-- 37.7M
merci