-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is possible to create hundreds of temporary articles in the server using TM. #697
Comments
As a reference, here are the lines where the file is saved to disk https://github.com/TeamMentor/TM_4_0_GraphDB/blob/master/src/api/Data-API.coffee#L15 |
that is a bug, in fact that is most likely the reason for the #682 prob we need to fix it here https://github.com/TeamMentor/TM_4_0_GraphDB/blob/master/src/api/Data-API.coffee#L17 |
Note that this is not the best way to solve that issue since we still have TeamMentor/TM_4_0_Design#697
It is possible to create hundreds of temporary articles in the server using TM
I just merged TeamMentor/TM_GraphDB#5 @michaelhidalgo can you run your script again and confirm that the temp files are not created |
added to #703 |
Thanks Dinis, sure let me give it a test. El martes, 21 de abril de 2015, Dinis Cruz [email protected]
Sent from Gmail Mobile |
closing this. |
nice, thanks |
It seems like when we provide a non-existing article, GraphDB creates a temporary file in the /.tmCache/data_cache folder.
Someone might run a script and full the disk with files :
Here is the folder empty :
Creating a script to target TM
and this is the result
The text was updated successfully, but these errors were encountered: