File "/home/yarden/.local/lib/python2.6/site-packages/pandas-0.9.0-py2.6-linux-x86_64.egg/pandas/tools/merge.py", line 180, in get_result
join_index, left_indexer, right_indexer = self._get_join_info()
File "/home/yarden/.local/lib/python2.6/site-packages/pandas-0.9.0-py2.6-linux-x86_64.egg/pandas/tools/merge.py", line 255, in _get_join_info
sort=self.sort, how=self.how)
File "/home/yarden/.local/lib/python2.6/site-packages/pandas-0.9.0-py2.6-linux-x86_64.egg/pandas/tools/merge.py", line 437, in _get_join_indexers
return join_func(left_group_key, right_group_key, max_groups)
File "join.pyx", line 105, in pandas.lib.left_outer_join (pandas/src/tseries.c:118232)
File "join.pyx", line 190, in pandas.lib._get_result_indexer (pandas/src/tseries.c:119829)
MemoryError
```
I'm happy to provide any information that might be needed and/or test code that might fix this. Any insights on what might be causing this will be greatly appreciated.