-
Notifications
You must be signed in to change notification settings - Fork 5
/
Announcement
39 lines (29 loc) · 1.29 KB
/
Announcement
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Memory test suite v0.0.4
------------------------
This intends to be a set of programs to test the memory management
system. I am releasing this version with the idea of gather more
programs for the suite. If you have some program to test the system,
please send it to me ([email protected]).
Thanks to Tom Hull and Arjan van de Ven for fixing the C++ warnings.
If you found values/combinations of tests for what the system
crash/Oops/whatever please report it to me. Then I can include it in
the tests and the people who tune the MM system can test it next time.
This version has:
An improved README
new shm test
removing several compilations warnings
added Tests file
Now RAMSIZE is a parameter that you can change at runtime
test <size in megabytes> (this patch has been done by
Marcelo Tosatti <[email protected]> and then
extended by me)
Any comments/suggestions/code are welcome.
This tests can be made possible thanks to the collaboration of:
Conectiva <http://www.conectiva.com/>
LFCIA (my University group) <http://www.lfcia.org>
that kindly donated to me an SMP machine.
Thanks for your time,
Juan Quintela
The home of this package is:
http://carpanta.dc.fi.udc.es/~quintela/memtest/