I’ve updated the code that tests for the memory problem on the A8C server. Now that we know what the problem is, the code can test for the specific problem.
How to test
- Go to a8c.feedland.org and log in.
- Open the JavaScript console in the browser. (In Chrome, View menu, Developer sub-menu.)
- Enter: testUserDatafiles ()
- If it worked, you’ll see a message: everything checks out, otherwise there will hopefully be some kind of error message.
- The source for the test function is here.
One response to “New test for the memory fix”
[…] has fixed the caching problem and now the test for the memory fix function returns a good result. So here’s the plan now that we’ve passed this […]